~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/option.py

  • Committer: Robert Collins
  • Date: 2005-11-27 22:38:34 UTC
  • mfrom: (1185.33.36 bzr.dev)
  • Revision ID: robertc@robertcollins.net-20051127223834-d00ecca0d0b9384a
Merge from mpool, adjusting check to retain HTTP support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
200
200
_global_option('remember', help='Remember the specified location as a'
201
201
               ' default.')
202
202
_global_option('reprocess', help='Reprocess to reduce spurious conflicts')
 
203
_global_option('kind', type=str)
203
204
 
204
205
 
205
206
def _global_short(short_name, long_name):