changeset 6934 | abb915d9d8db |
parent 6932 | d557749c627a |
child 6935 | 03916abdfb64 |
--- a/mercurial/commands.py Fri Aug 22 13:25:35 2008 +0200 +++ b/mercurial/commands.py Sun Aug 24 22:13:39 2008 +0200 @@ -587,7 +587,6 @@ return cl = repo.changelog rev = cl.rev(node) - ui.note(_('committed changeset %s\n') % short(node)) parents = cl.parentrevs(rev) if rev - 1 in parents: # one of the parents was the old tip