aboutsummaryrefslogtreecommitdiffhomepage
path: root/git-import-orig
diff options
context:
space:
mode:
Diffstat (limited to 'git-import-orig')
-rwxr-xr-xgit-import-orig2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-import-orig b/git-import-orig
index 632edbf9..6f7f8968 100755
--- a/git-import-orig
+++ b/git-import-orig
@@ -342,7 +342,7 @@ on howto create it otherwise use --upstream-branch to specify it.
cleanup_tmp_tree(tmpdir)
if not ret:
- print "Succesfully merged version %s of %s into ." % (version, archive)
+ print "Succesfully imported version %s of %s" % (version, archive)
return ret
if __name__ == "__main__":