annotate bin/undo @ 2302:fea225362dcd

<shachaf> sed -i s/shchaf/shachaf/g bin/olist
author HackBot
date Fri, 01 Mar 2013 01:20:19 +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