Created
May 6, 2011 12:20
-
-
Save xshyamx/958853 to your computer and use it in GitHub Desktop.
Delete unversioned files in mercurial
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hg st -nu | xargs rm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
or
hg purge
with the purge extension installed.