mercurial/commands.py
changeset 16603 ddd4996740c7
parent 16600 b54f3c502e63
parent 16593 e462313ef1bd
child 16612 726dd0fc7cfe
--- a/mercurial/commands.py	Sun May 06 14:37:51 2012 -0500
+++ b/mercurial/commands.py	Tue May 08 12:05:45 2012 -0500
@@ -647,6 +647,7 @@
         try:
             while changesets:
                 # update state
+                hbisect.save_state(repo, state)
                 status = util.system(command, out=ui.fout)
                 if status == 125:
                     transition = "skip"