~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/option.py

  • Committer: Robert Collins
  • Date: 2006-03-28 14:29:13 UTC
  • mto: (1626.2.1 integration)
  • mto: This revision was merged to the branch mainline in revision 1628.
  • Revision ID: robertc@robertcollins.net-20060328142913-ac5afb37075719c6
Convert log to use the new tsort.merge_sort routine.

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')
177
178
_global_option('show-ids', 
178
179
               help='show internal object ids')
179
180
_global_option('timezone',