~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-01-19 20:22:57 UTC
  • mfrom: (5574.9.5 diff-git)
  • Revision ID: pqm@pqm.ubuntu.com-20110119202257-1fi3v53uhzsvacci
(jelmer) Support short option '-F' as alternative for 'bzr diff --format'.
 (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1962
1962
            type=unicode,
1963
1963
            ),
1964
1964
        RegistryOption('format',
 
1965
            short_name='F',
1965
1966
            help='Diff format to use.',
1966
1967
            lazy_registry=('bzrlib.diff', 'format_registry'),
1967
 
            value_switches=False, title='Diff format'),
 
1968
            title='Diff format'),
1968
1969
        ]
1969
1970
    aliases = ['di', 'dif']
1970
1971
    encoding_type = 'exact'