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Ā ...
to display such files. To tell Mercurial to track a file, use the hg add command.
run the command hg add This adds all files that aren't currently in the hg project file list to it's file list.
Using environment variables in hgrc files; Using Vim as the filemerge program; Using
to ignore any file whose name ends with ~ and the third one to ignore everything in the inprogress directory. (If any of
Don't worry, though: Merging in mercurial is fast and painless, as you'll see inĀ ...
This topic explains how to keep track of the changes that you and your
[NAME].. . Bookmarks are labels on changesets to help track lines of development. Bookmarks
It will then continue to track the changes you make to the file every time you
See Notice NOT-HG-20-042.