~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/option.py

  • Committer: Aaron Bentley
  • Date: 2005-10-27 23:43:15 UTC
  • mfrom: (1185.24.3)
  • mto: (1185.35.8)
  • mto: This revision was merged to the branch mainline in revision 1491.
  • Revision ID: abentley@panoramicfeedback.com-20051027234315-1f51cfe5a0303e31
Merged reprocessing for merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
197
197
_global_option('quiet')
198
198
_global_option('remember', help='Remember the specified location as a'
199
199
               ' default.')
 
200
_global_option('reprocess', help='Reprocess to reduce spurious conflicts')
200
201
 
201
202
 
202
203
def _global_short(short_name, long_name):