~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to push.py

  • Committer: Aaron Bentley
  • Date: 2005-10-18 20:41:20 UTC
  • Revision ID: abentley@panoramicfeedback.com-20051018204120-0eef5380989fb022
tweaked help message

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
import os
21
21
import bzrtools 
22
22
 
23
 
Option.OPTIONS['overwrite'] = Option('overwrite', help='Unconditionally'
24
 
                                     ' overwrite existing data.')
 
23
Option.OPTIONS['overwrite'] = Option('overwrite', help='Ignore safety checks'
 
24
                                     'and overwrite any existing data.')
25
25
 
26
26
class cmd_push(Command):
27
27
    """Upload this branch to another location using rsync.