mercurial/commands.py
changeset 9012 ada93c6bf554
parent 8995 7b19cda0fa10
child 9031 3b76321aa0de
--- a/mercurial/commands.py	Wed Jul 01 16:47:46 2009 -0500
+++ b/mercurial/commands.py	Wed Jul 01 23:15:26 2009 +0200
@@ -396,8 +396,8 @@
         while size <= changesets:
             tests, size = tests + 1, size * 2
         rev = repo.changelog.rev(node)
-        ui.write(_("Testing changeset %s:%s "
-                   "(%s changesets remaining, ~%s tests)\n")
+        ui.write(_("Testing changeset %d:%s "
+                   "(%d changesets remaining, ~%d tests)\n")
                  % (rev, short(node), changesets, tests))
         if not noupdate:
             cmdutil.bail_if_changed(repo)