equal
deleted
inserted
replaced
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" |