tldr/pages/common/hg-root.md

290 B

hg root

Display the root location for a Hg repository. Homepage: https://www.mercurial-scm.org/doc/hg.1.html#root.

  • Display the root location for the current repository:

hg root

  • Display the root location for the specified repository:

hg root --cwd {{path/to/directory}}