~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/option.py

- help for global options

- test for this

Show diffs side-by-side

added added

removed removed

Lines of Context:
155
155
_global_option('profile')
156
156
_global_option('revision', type=_parse_revision_str)
157
157
_global_option('short')
158
 
_global_option('show-ids')
 
158
_global_option('show-ids', 
 
159
               help='show internal object ids')
159
160
_global_option('timezone', type=str)
160
 
_global_option('verbose')
 
161
_global_option('verbose',)
 
162
##               help='display more information')
161
163
_global_option('version')
162
164
_global_option('email')
163
165
_global_option('unchanged')