~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/option.py

Merge from mpool.

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):