34
34
takes_args = ['location?']
35
35
takes_options = [Option('overwrite', help='Ignore differences between'
40
def run(self, location=None, overwrite=False, no_tree=False):
41
39
cur_branch = Branch.open_containing(".")[0]
42
bzrtools.push(cur_branch, location, overwrite=overwrite,
45
42
def run_argv(self, argv):
46
43
"""Parse command line and run.