~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/option.py

  • Committer: abentley
  • Date: 2006-04-20 23:47:53 UTC
  • mfrom: (1681 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1683.
  • Revision ID: abentley@lappy-20060420234753-6a6874b76f09f86d
Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
174
174
_global_option('profile',
175
175
               help='show performance profiling information')
176
176
_global_option('revision', type=_parse_revision_str)
177
 
_global_option('short')
178
177
_global_option('show-ids', 
179
178
               help='show internal object ids')
180
179
_global_option('timezone',