2

1

I have a ton of ?s in my working copy that I want to delete. Is there an hg command to delete all files which aren't under version control (and aren't hgignored)?

flag

1 Answer

4

There is an extension bundled with Mercurial called purge that can do this. Simply enable the extension by adding hgext.purge= to the [extensions] portion of your .hgrc or Mercurial.ini file, and then run hg purge.

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.