~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/option.py

(gz) Fix style checking testcase for option help (Martin Packman)

Show diffs side-by-side

added added

removed removed

Lines of Context:
553
553
               param_name='revision',
554
554
               help='Select changes introduced by the specified revision. See also "help revisionspec".')
555
555
_global_option('directory', short_name='d', type=unicode,
556
 
               help='Branch to operate on, instead of working directory')
 
556
               help='Branch to operate on, instead of working directory.')
557
557
_global_option('file', type=unicode, short_name='F')
558
558
_global_registry_option('log-format', "Use specified log format.",
559
559
                        lazy_registry=('bzrlib.log', 'log_formatter_registry'),