~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/option.py

  • Committer: Wouter van Heyst
  • Date: 2006-12-19 22:17:41 UTC
  • mto: (2204.2.1 bzr.dev)
  • mto: This revision was merged to the branch mainline in revision 2206.
  • Revision ID: larstiq@larstiq.dyndns.org-20061219221741-7vuv0ol3u8ta2nfq
Make mention of the revisionspec topic in the revision option help (#31633).

Show diffs side-by-side

added added

removed removed

Lines of Context:
236
236
                    'two values separated by a colon.')
237
237
_global_option('profile',
238
238
               help='show performance profiling information')
239
 
_global_option('revision', type=_parse_revision_str)
 
239
_global_option('revision', type=_parse_revision_str,
 
240
               help='See \'help revisionspec\' for details')
240
241
_global_option('show-ids', 
241
242
               help='show internal object ids')
242
243
_global_option('timezone',