mercurial/commands.py
changeset 16936 ee7dd2307031
parent 16935 f635c476fa3f
child 16949 66721a0d2249
--- a/mercurial/commands.py	Tue Jun 12 14:18:18 2012 +0200
+++ b/mercurial/commands.py	Tue Jun 12 14:18:18 2012 +0200
@@ -684,7 +684,7 @@
                 ctx = scmutil.revsingle(repo, rev, node)
                 rev = None # clear for future iterations
                 state[transition].append(ctx.node())
-                ui.status(_('Changeset %d:%s: %s\n') % (ctx, ctx, transition))
+                ui.status(_('changeset %d:%s: %s\n') % (ctx, ctx, transition))
                 check_state(state, interactive=False)
                 # bisect
                 nodes, changesets, good = hbisect.bisect(repo.changelog, state)