406
406
the branch has no new commits (relative to its parent).
408
408
takes_options = [Option("branch", help="Remove associated branch from"
410
412
takes_args = ["checkout"]
413
def run(self, checkout, branch=False, force=False):
416
418
class cmd_cbranch(BzrToolsCommand):