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