Mercurial “hg status” and relative paths
To see workspace status relative to the current directory you can always use “.” (a single dot) as the argument of “hg status”, i.e.: % hg root # root of the workspace /work/foo % pwd # current directory is <root>/src /work/foo/src % hg status # no argument, see all files M etc/foo.conf # all files … Read more