diff -r d557749c627a -r abb915d9d8db mercurial/commands.py --- 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