~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/option.py

  • Committer: Lukáš Lalinsky
  • Date: 2007-08-25 14:10:12 UTC
  • mto: This revision was merged to the branch mainline in revision 2776.
  • Revision ID: lalinsky@gmail.com-20070825141012-yeuv0gwo0djp5st2
Change -C to -c.

Show diffs side-by-side

added added

removed removed

Lines of Context:
401
401
               help='See \'help revisionspec\' for details.')
402
402
_global_option('change',
403
403
               type=_parse_change_str,
404
 
               short_name='C',
 
404
               short_name='c',
405
405
               param_name='revision',
406
406
               help='Show changes introduced by the specified revision.')
407
407
_global_option('show-ids',