hg status --all will list all the files in the tree, with a letter indicating its status: M for modified, C for clean (owned by hg), and I for ignored. For just ...
That command is now 'hg files': > > -- > > hg files [OPTION]... [PATTERN]... > > list tracked files > > Print files under Mercurial control in the ...
I can get a list of tracked symlinks that are symlinks in the working copy with hg files "set:symlink()" , but that doesn't capture the tracked ...
hg diff. List tracked file changes. hg diff file. List changes to a file. hg status. List status of ...
Cheat Sheet for the Mercurial distributed source version control management tool .
The files that Mercurial is tracking in a directory. Changeset: A list of the most recent changes to the repo. Tip: The ...
To tell Mercurial to track a file, use the hg add command. Once you have added a file, the entry in the output of hg status for that file changes from “ ? ” to “ A ”.
hg log lists all changes committed to a repository, starting with the most recent. The listing for each changeset ...
A tracked file with changes is automatically added to a commit. You can move files back to the **UNTRACKED** list only if you've never committed them (these ...
The --list or -l option to hg resolve prints out the state of each merged file.