~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Aaron Bentley
  • Date: 2007-03-02 04:57:25 UTC
  • mto: (2323.6.9 0.15-integration)
  • mto: This revision was merged to the branch mainline in revision 2330.
  • Revision ID: aaron.bentley@utoronto.ca-20070302045725-gwstbhhzjko37t7h
Clean up patch-selection options

Show diffs side-by-side

added added

removed removed

Lines of Context:
3180
3180
 
3181
3181
    takes_options = [RegistryOption('patch-type',
3182
3182
        'The type of patch to include in the directive',
3183
 
        _directive_patch_type, value_switches=True),
 
3183
        _directive_patch_type, value_switches=True, enum_switch=False,
 
3184
        title='Patch type'),
3184
3185
        Option('sign', help='GPG-sign the directive'), 'revision']
3185
3186
 
3186
3187
    def run(self, submit_branch=None, public_branch=None, patch_type='bundle',