Searched defs:hgroot (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/findunref/
H A Dfindunref.c192 * Load and return a pnset for the manifest for the Mercurial repo at `hgroot'.
195 hg_manifest(const char *hgroot) argument
205 asprintf(&hgcmd, "hg manifest -R %s", hgroot) == -1)
225 warn("cannot load hg manifest at %s", hgroot);

Completed in 58 milliseconds