mercurial/repair.py
changeset 11200 12e5149cafca
parent 11197 4bb4895e1693
child 11202 f974fe896921
--- a/mercurial/repair.py	Wed May 19 20:20:16 2010 -0500
+++ b/mercurial/repair.py	Thu May 20 12:15:44 2010 -0500
@@ -108,7 +108,7 @@
     backupfile = None
     if backup == "all":
         backupfile = _bundle(repo, [node], cl.heads(), node, 'backup')
-        repo.ui.status(_("saving bundle to %s\n") % backupfile)
+        repo.ui.status(_("saved backup bundle to %s\n") % backupfile)
     if saveheads or extranodes:
         chgrpfile = _bundle(repo, savebases, saveheads, node, 'temp',
                             extranodes)