changeset 5074:08a929427374

<oerjan> sed -i \'s/-R/-p1 -R/\' bin/undo
author HackBot
date Sat, 18 Oct 2014 13:31:12 +0000
parents 5ac8a6965ce8
children 57086c23e3c9
files bin/undo
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/undo	Sat Oct 18 13:30:29 2014 +0000
+++ b/bin/undo	Sat Oct 18 13:31:12 2014 +0000
@@ -1,2 +1,2 @@
 #!/bin/sh
-hg diff -c "$@" | patch -R
+hg diff -c "$@" | patch -p1 -R