Skip to content

Instantly share code, notes, and snippets.

@xshyamx
Created May 6, 2011 12:20
Show Gist options
  • Save xshyamx/958853 to your computer and use it in GitHub Desktop.
Save xshyamx/958853 to your computer and use it in GitHub Desktop.
Delete unversioned files in mercurial
hg st -nu | xargs rm
@positron
Copy link

or hg purge with the purge extension installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment