441
441
help="Create a lightweight checkout."), 'revision',
442
442
Option('files-from', type=unicode,
443
443
help='Accelerate checkout using files from this'
448
445
takes_args = ["source", "target?"]
449
446
def run(self, source, target=None, lightweight=False, revision=None,
451
448
from cbranch import cbranch
452
449
return cbranch(source, target, lightweight=lightweight,
457
453
class cmd_branches(BzrToolsCommand):