hgext/hgk.py
changeset 3092 d0fcce3728d1
parent 3069 c6bfe536a1f9
child 3093 edefbb3a3b08
--- a/hgext/hgk.py	Tue Sep 12 17:27:41 2006 +0200
+++ b/hgext/hgk.py	Wed Sep 13 13:50:28 2006 -0700
@@ -90,6 +90,7 @@
 
     print "author %s %s %s" % (changes[1], date, date_ar[1])
     print "committer %s %s %s" % (committer, date, date_ar[1])
+    print "revision %d" % repo.changelog.rev(n)
     print ""
     if prefix != "":
         print "%s%s" % (prefix, changes[4].replace('\n', nlprefix).strip())