diff mercurial/commands.py @ 6932:d557749c627a

Have verbose flag print the changeset hash when committing
author Gilles Moris <gilles.moris@free.fr>
date Fri, 22 Aug 2008 13:25:35 +0200
parents a58a611c320f
children abb915d9d8db
line wrap: on
line diff
--- 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