hgext/relink.py
changeset 26778 a95c975f42e3
parent 26587 56b2bcea2529
child 28380 ad266834251b
--- a/hgext/relink.py	Thu Oct 15 20:36:12 2015 -0400
+++ b/hgext/relink.py	Wed Oct 14 22:29:03 2015 -0400
@@ -84,7 +84,7 @@
     total = live * 3 // 2
     src = src.store.path
     pos = 0
-    ui.status(_("tip has %d files, estimated total number of files: %s\n")
+    ui.status(_("tip has %d files, estimated total number of files: %d\n")
               % (live, total))
     for dirpath, dirnames, filenames in os.walk(src):
         dirnames.sort()