From cca8bcd7f5e2af33e7d32fce1fc75a901e953290 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Thu, 9 Mar 2006 17:45:46 -0300 Subject: Clears whitespaces before refreshing the patch From: Mauro Carvalho Chehab This avoids introducing whitespaces by patches. Signed-off-by: Mauro Carvalho Chehab --- mailimport | 1 + 1 file changed, 1 insertion(+) 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 } -- cgit v1.2.3