Mercurial > public > mercurial-scm > hg-stable
diff mercurial/repair.py @ 11200:12e5149cafca
strip: improve full backup message
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 20 May 2010 12:15:44 -0500 |
parents | 4bb4895e1693 |
children | f974fe896921 |
line wrap: on
line diff
--- 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)