annotate bin/undo @ 2259:2dc4987678e3

<coppro> fetch http://pastebin.com/dkVb20VL
author HackBot
date Tue, 26 Feb 2013 18:03:10 +0000
parents ab80805a8878
children 08a929427374
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1721
ab80805a8878 <elliott> echo "#!/bin/sh" >bin/undo; echo \'hg diff -c "$@" | patch -R\' >>bin/undo; chmod +x bin/undo
HackBot
parents:
diff changeset
1 #!/bin/sh
ab80805a8878 <elliott> echo "#!/bin/sh" >bin/undo; echo \'hg diff -c "$@" | patch -R\' >>bin/undo; chmod +x bin/undo
HackBot
parents:
diff changeset
2 hg diff -c "$@" | patch -R