mercurial/commands.py
branchstable
changeset 20868 5db105f216c3
parent 20772 03774a2b6991
child 20870 6500a2eebee8
child 20871 e01cff65f4c5
--- a/mercurial/commands.py	Tue Apr 01 02:46:03 2014 +0900
+++ b/mercurial/commands.py	Tue Apr 01 02:46:03 2014 +0900
@@ -752,8 +752,8 @@
         if not changesets:
             extendnode = extendbisectrange(nodes, good)
             if extendnode is not None:
-                ui.write(_("Extending search to changeset %d:%s\n"
-                         % (extendnode.rev(), extendnode)))
+                ui.write(_("Extending search to changeset %d:%s\n")
+                         % (extendnode.rev(), extendnode))
                 state['current'] = [extendnode.node()]
                 hbisect.save_state(repo, state)
                 if noupdate: