summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xhgimport3
1 files changed, 1 insertions, 2 deletions
diff --git a/hgimport b/hgimport
index ad73f2caf..a8f46554d 100755
--- a/hgimport
+++ b/hgimport
@@ -105,5 +105,4 @@ done
echo To cherry pick all files, you can do something like:
echo "for i in $TMP/*.patch; do ./mailimport \$i; done"
echo "To merge it, the better is to do:"
-echo "hg pull $1; hg merge && hg commit && make && hg push"
-
+echo "hg pull $1 && hg merge && hg commit && make && hg push"