37
37
If no destination is specified use the last one used.
38
38
If no revision is specified upload the changes since the last upload.
43
43
option.Option('full', 'Upload the full working tree.'),
46
def run(self, dest, full=False, revision=None):
46
def run(self, location, full=False, revision=None):
47
47
wt = workingtree.WorkingTree.open_containing(u'.')[0]
51
52
raise NotImplementedError
55
56
rev_id = wt.last_revision()