diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-03-09 17:45:46 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-03-09 17:45:46 -0300 |
commit | cca8bcd7f5e2af33e7d32fce1fc75a901e953290 (patch) | |
tree | 4f5eb146713a86227d2b81c15b990c520743c5d4 | |
parent | 480557b682f72db3c4e5791bd5bdbb71fbce0348 (diff) | |
download | mediapointer-dvb-s2-cca8bcd7f5e2af33e7d32fce1fc75a901e953290.tar.gz mediapointer-dvb-s2-cca8bcd7f5e2af33e7d32fce1fc75a901e953290.tar.bz2 |
Clears whitespaces before refreshing the patch
From: Mauro Carvalho Chehab <mchehab@infradead.org>
This avoids introducing whitespaces by patches.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rwxr-xr-x | mailimport | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mailimport b/mailimport index 1f6c15668..ee8b0ac0c 100755 --- a/mailimport +++ b/mailimport @@ -91,6 +91,7 @@ apply_patch () { echo hg -m "`cat $TMP2|grep -v "^#"`" qnew $name hg qnew -m "`cat $TMP2|grep -v "^#"`" $name patch -s -t -p1 -l -N -d $pdir -i $next + make whitespace hg qrefresh } |