381
381
be produced if the source branch is in 0.7 format (or earlier).
383
383
takes_options = [Option("lightweight",
385
385
takes_args = ["source", "target?"]
386
def run(self, source, target=None, lightweight=False):
386
def run(self, source, target=None, lightweight=False, revision=None):
387
387
from cbranch import cbranch
388
return cbranch(source, target, lightweight=lightweight,
391
392
class cmd_branches(bzrlib.commands.Command):