mercurial/commands.py
branchstable
changeset 16593 e462313ef1bd
parent 16591 46e9ed223d2c
child 16603 ddd4996740c7
child 16637 265daefc00b2
equal deleted inserted replaced
16591:46e9ed223d2c 16593:e462313ef1bd
   645     if command:
   645     if command:
   646         changesets = 1
   646         changesets = 1
   647         try:
   647         try:
   648             while changesets:
   648             while changesets:
   649                 # update state
   649                 # update state
       
   650                 hbisect.save_state(repo, state)
   650                 status = util.system(command, out=ui.fout)
   651                 status = util.system(command, out=ui.fout)
   651                 if status == 125:
   652                 if status == 125:
   652                     transition = "skip"
   653                     transition = "skip"
   653                 elif status == 0:
   654                 elif status == 0:
   654                     transition = "good"
   655                     transition = "good"