mercurial/commands.py
branchstable
changeset 16593 e462313ef1bd
parent 16591 46e9ed223d2c
child 16603 ddd4996740c7
child 16637 265daefc00b2
--- a/mercurial/commands.py	Sun May 06 23:58:04 2012 +0900
+++ b/mercurial/commands.py	Wed May 02 17:15:11 2012 -0700
@@ -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"