diff mercurial/commands.py @ 16603:ddd4996740c7

merge with stable
author Matt Mackall <mpm@selenic.com>
date Tue, 08 May 2012 12:05:45 -0500
parents b54f3c502e63 e462313ef1bd
children 726dd0fc7cfe
line wrap: on
line diff
--- 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"