310
316
takes_args = ['subcommand', 'args*']
311
317
takes_options = [Option('output', short_name='o',
315
321
def _check(self, controldir):
316
322
"""Check preconditions for most operations to work."""
317
323
if not controldir.control_transport.has(BISECT_INFO_PATH):
320
326
def _set_state(self, controldir, revspec, state):
321
327
"""Set the state of the given revspec and bisecting.