comparison 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
comparison
equal deleted inserted replaced
16602:80aef0bc5ba7 16603:ddd4996740c7
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"