equal
deleted
inserted
replaced
364 addunfinished( |
364 addunfinished( |
365 b'bisect', |
365 b'bisect', |
366 fname=b'bisect.state', |
366 fname=b'bisect.state', |
367 allowcommit=True, |
367 allowcommit=True, |
368 reportonly=True, |
368 reportonly=True, |
|
369 cmdhint=_(b"use 'hg bisect --reset'"), |
369 statushint=_( |
370 statushint=_( |
370 b'To mark the changeset good: hg bisect --good\n' |
371 b'To mark the changeset good: hg bisect --good\n' |
371 b'To mark the changeset bad: hg bisect --bad\n' |
372 b'To mark the changeset bad: hg bisect --bad\n' |
372 b'To abort: hg bisect --reset\n' |
373 b'To abort: hg bisect --reset\n' |
373 ), |
374 ), |