6233
6233
Option('create-branch', short_name='b',
6234
6234
help='Create the target branch from this one before'
6238
6241
def run(self, to_location=None, force=False, create_branch=False,
6240
6243
from bzrlib import switch
6241
6244
tree_location = directory
6242
6245
revision = _get_one_revision('switch', revision)