279
279
" specified location. Please ensure that"
280
280
' "%s" is of the form "machine:/path".' % push_location)
281
281
print "Pushing to %s" % push_location
282
rsync(tree.bzrdir.transport.base+'/', push_location, ssh=True,
282
rsync(tree.basedir+'/', push_location, ssh=True,
283
283
excludes=final_exclusions)
285
285
set_push_data(tree, push_location)