440
440
takes_options = [Option("lightweight",
442
445
takes_args = ["source", "target?"]
443
def run(self, source, target=None, lightweight=False, revision=None):
446
def run(self, source, target=None, lightweight=False, revision=None,
444
448
from cbranch import cbranch
445
449
return cbranch(source, target, lightweight=lightweight,
449
453
class cmd_branches(BzrToolsCommand):