~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to bzrtools.py

  • Committer: Aaron Bentley
  • Date: 2006-02-21 05:51:15 UTC
  • Revision ID: aaron.bentley@utoronto.ca-20060221055115-d1a74f28c9016983
Fixed the push command

Show diffs side-by-side

added added

removed removed

Lines of Context:
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)
284
284
 
285
285
    set_push_data(tree, push_location)