mercurial/tags.py
changeset 36399 a24c57f1f5c3
parent 36396 743b293c3ca0
child 36543 3e458c583d2c
--- a/mercurial/tags.py	Sat Feb 24 17:49:10 2018 -0600
+++ b/mercurial/tags.py	Sat Feb 24 16:16:14 2018 +0530
@@ -276,7 +276,7 @@
     count = 0
 
     def dbg(msg):
-        ui.debug("%s, line %s: %s\n" % (fn, count, msg))
+        ui.debug("%s, line %d: %s\n" % (fn, count, msg))
 
     for nline, line in enumerate(lines):
         count += 1