~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/option.py

  • Committer: Martin Pool
  • Date: 2006-04-18 00:48:02 UTC
  • mto: This revision was merged to the branch mainline in revision 1670.
  • Revision ID: mbp@sourcefrog.net-20060418004802-80796653fdb4220f
Remove duplicate definition of option --short

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