/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

  • Committer: Martin Pool
  • Date: 2007-07-10 10:33:45 UTC
  • mto: This revision was merged to the branch mainline in revision 2599.
  • Revision ID: mbp@sourcefrog.net-20070710103345-hwfpnzxcx1mfv31x
Also check that option help ends in a period, and fix those that don't

Show diffs side-by-side

added added

removed removed

Lines of Context:
395
395
_global_option('revision',
396
396
               type=_parse_revision_str,
397
397
               short_name='r',
398
 
               help='See \'help revisionspec\' for details')
 
398
               help='See \'help revisionspec\' for details.')
399
399
_global_option('show-ids',
400
400
               help='Show internal object ids.')
401
401
_global_option('timezone',