summaryrefslogtreecommitdiff
path: root/mailimport
diff options
context:
space:
mode:
Diffstat (limited to 'mailimport')
-rwxr-xr-xmailimport1
1 files changed, 1 insertions, 0 deletions
diff --git a/mailimport b/mailimport
index 6b3ff47cc..554ed7eed 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
}