~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/option.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-12-20 18:52:55 UTC
  • mfrom: (2204.2.1 bzr.dev)
  • Revision ID: pqm@pqm.ubuntu.com-20061220185255-86cd0a40a9c2e76e
(Wouter van Heyst) Mention the revisionspec topic in the revision option help (#31633).

Show diffs side-by-side

added added

removed removed

Lines of Context:
228
228
_global_option('no-recurse')
229
229
_global_option('profile',
230
230
               help='show performance profiling information')
231
 
_global_option('revision', 
 
231
_global_option('revision',
232
232
               type=_parse_revision_str,
233
 
               short_name='r')
 
233
               short_name='r',
 
234
               help='See \'help revisionspec\' for details')
234
235
_global_option('show-ids', 
235
236
               help='show internal object ids')
236
237
_global_option('timezone',