If your repository contains a file that hg status reports as missing, and you want the file to stay gone , ...
Try hg status and look for files in state ! (missing). The cause is that one of the files which is part of the merge has been deleted. Undelete the ...
If your repository contains a file that hg status reports as missing, and you want the file to stay gone , ...
By deleted locally, I mean those showing up with an ! when you do hg status . For adds, you can just do hg add to add all new files (those prefixed ...
After using this option, hg status -C can be used to check which files were identified as ...
by default, `hg status` only tells about interesting files -- modified, removed or
... files will be ignored on different hosts ( hg add without parameters may produce different results): check hg status for repo with unique files.
Track new, forget missing. hg
or directory name in the status listing, it means you deleted a file that Mercurial is tracking.
annotate show changeset information by line for each file