588
597
class cmd_baz_import_branch(bzrlib.commands.Command):
604
be specified. Aliases are not detected, so 'utf_8', 'U8', 'UTF' and 'utf8'
590
607
takes_args = ['to_location', 'from_branch?', 'reuse_history*']
608
takes_options = ['verbose', Option('max-count', type=int),
593
612
def run(self, to_location, from_branch=None, fast=False, max_count=None,
594
613
encoding=None, verbose=False, dry_run=False,