summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2006-03-09 17:45:46 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-03-09 17:45:46 -0300
commitcca8bcd7f5e2af33e7d32fce1fc75a901e953290 (patch)
tree4f5eb146713a86227d2b81c15b990c520743c5d4
parent480557b682f72db3c4e5791bd5bdbb71fbce0348 (diff)
downloadmediapointer-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-xmailimport1
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
}