~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/option.py

  • Committer: Martin von Gagern
  • Date: 2011-06-01 08:37:45 UTC
  • mto: This revision was merged to the branch mainline in revision 5963.
  • Revision ID: martin.vgagern@gmx.net-20110601083745-6kiw9anej0i8aizm
Use -S for --short, to be consistent with bzr status.

Show diffs side-by-side

added added

removed removed

Lines of Context:
563
563
_global_registry_option('log-format', "Use specified log format.",
564
564
                        lazy_registry=('bzrlib.log', 'log_formatter_registry'),
565
565
                        value_switches=True, title='Log format',
566
 
                        short_value_switches={'short': 's'})
 
566
                        short_value_switches={'short': 'S'})
567
567
_global_option('long', help='Use detailed log format. Same as --log-format long',
568
568
               short_name='l')
569
569
_global_option('short', help='Use moderately short log format. Same as --log-format short')