14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16
16
from bzrlib.branch import Branch
25
27
"""Upload this branch to another location using rsync.
27
29
If no location is specified, the last-used location will be used. To
28
30
to prevent dirty trees from being uploaded, push will error out if there
31
35
takes_args = ['location?']
32
36
takes_options = ['overwrite']