Mercurial Digest, Vol 28, Issue 41

Bela Babik teki321 at gmail.com
Sun Aug 26 09:09:49 CDT 2007


hg status -a -n |xargs hg revert

> > hg status | grep '^A' | sed 's/A //' | xargs hg revert
>
> Which can be shortened even further to:
>
>   hg status -a | cut -c 3- | xargs hg revert


More information about the Mercurial mailing list