changeset 6932 | d557749c627a |
parent 6930 | a58a611c320f |
child 6934 | abb915d9d8db |
--- a/mercurial/commands.py Sun Aug 24 19:24:47 2008 +0200 +++ b/mercurial/commands.py Fri Aug 22 13:25:35 2008 +0200 @@ -587,6 +587,7 @@ 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