hgext/closehead.py
changeset 40228 a17c07793dcd
parent 40096 12a72729678e
child 40293 c303d65d2e34
--- a/hgext/closehead.py	Sat Oct 13 05:03:24 2018 +0300
+++ b/hgext/closehead.py	Sat Oct 13 05:12:20 2018 +0300
@@ -66,7 +66,7 @@
     heads = set(repo[h].rev() for h in heads)
     for rev in revs:
         if rev not in heads:
-            raise error.Abort(_('revision is not an open head: %s') % rev)
+            raise error.Abort(_('revision is not an open head: %d') % rev)
 
     message = cmdutil.logmessage(ui, opts)
     if not message: