26
27
"""Upload this branch to another location using rsync.
28
29
If no location is specified, the last-used location will be used. To
29
30
to prevent dirty trees from being uploaded, push will error out if there
32
35
takes_args = ['location?']
33
36
takes_options = ['overwrite']