summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}