42
42
bzrtools.push(cur_branch, location, overwrite=overwrite,
43
43
working_tree=not no_tree)
46
46
"""Parse command line and run.
48
48
If the command requests it, run the decorated version.
52
52
except (MustUseDecorated, BzrOptionError):
53
53
if self._original_command is None: