/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/option.py

Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
264
264
_global_option('kind', type=str)
265
265
_global_option('dry-run',
266
266
               help="show what would be done, but don't actually do anything")
 
267
_global_option('name-from-revision', help='The path name in the old tree.')
267
268
 
268
269
 
269
270
def _global_short(short_name, long_name):