~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to push.py

  • Committer: Aaron Bentley
  • Date: 2005-06-13 21:37:01 UTC
  • Revision ID: abentley@panoramicfeedback.com-20050613213701-c5215bb662d419d2
Fixed help text

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
    """Upload this branch to another location using rsync.
24
24
 
25
25
    If no location is specified, the last-used location will be used.  To
26
 
    to prevent dirty trees from being uploaded.
 
26
    to prevent dirty trees from being uploaded, push will error out if there
 
27
    are unknown files or local changes.
27
28
    """
28
29
    takes_args = ['location?']
29
30