annotate bin/undo @ 3302:f6382d5da935

<boily> pastequotes
author HackBot
date Tue, 16 Jul 2013 19:55:04 +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