~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/option.py

[merge] add --dry-run option (mpe)

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',
 
205
               help="show what would be done, but don't actually do anything")
204
206
 
205
207
 
206
208
def _global_short(short_name, long_name):