annotate bin/undo @ 5462:bc50e28c60b5

<oerjan> ` rm wisdom/torus; echo test >wisdom/torus
author HackBot
date Sun, 07 Jun 2015 16:45:16 +0000
parents 08a929427374
children
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
5074
08a929427374 <oerjan> sed -i \'s/-R/-p1 -R/\' bin/undo
HackBot
parents: 1721
diff changeset
2 hg diff -c "$@" | patch -p1 -R