~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/option.py

  • Committer: Martin Packman
  • Date: 2011-11-23 12:43:23 UTC
  • mto: This revision was merged to the branch mainline in revision 6302.
  • Revision ID: martin.packman@canonical.com-20111123124323-iy1x7wovy0io0pxa
Add full stops to various option help text so test_option_grammar passes

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'),