1470
1470
help="Bind new branch to from location."),
1471
1471
Option('no-recurse-nested',
1472
1472
help='Do not recursively check out nested trees.'),
1475
1477
def run(self, from_location, to_location=None, revision=None,
1476
1478
hardlink=False, stacked=False, standalone=False, no_tree=False,
1477
1479
use_existing_dir=False, switch=False, bind=False,
1479
1481
from breezy import switch as _mod_switch
1480
1482
accelerator_tree, br_from = controldir.ControlDir.open_tree_or_branch(