~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/option.py

Add support for bzr add --dry-run

Show diffs side-by-side

added added

removed removed

Lines of Context:
201
201
               ' default.')
202
202
_global_option('reprocess', help='Reprocess to reduce spurious conflicts')
203
203
_global_option('kind', type=str)
 
204
_global_option('dry-run')
204
205
 
205
206
 
206
207
def _global_short(short_name, long_name):