Struct cargo::util::HgRepo [] [src]

pub struct HgRepo;

Methods

impl HgRepo
[src]

fn init(path: &Path, cwd: &Path) -> CargoResult<HgRepo>

fn discover(path: &Path, cwd: &Path) -> CargoResult<HgRepo>