~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Aaron Bentley
  • Date: 2007-03-09 21:20:19 UTC
  • mto: (2323.6.9 0.15-integration)
  • mto: This revision was merged to the branch mainline in revision 2330.
  • Revision ID: abentley@panoramicfeedback.com-20070309212019-1tczqufaqn490bxg
Misc changes from review

Show diffs side-by-side

added added

removed removed

Lines of Context:
3316
3316
 
3317
3317
    takes_args = ['submit_branch?', 'public_branch?']
3318
3318
 
3319
 
    takes_options = [RegistryOption.from_kwargs('patch-type',
3320
 
        'The type of patch to include in the directive', title='Patch type',
3321
 
        value_switches=True, enum_switch=False,
3322
 
        bundle='Bazaar revision bundle (default)', diff='Normal unified diff',
3323
 
        plain='No patch, just directive'),
 
3319
    takes_options = [
 
3320
        RegistryOption.from_kwargs('patch-type',
 
3321
            'The type of patch to include in the directive',
 
3322
            title='Patch type', value_switches=True, enum_switch=False,
 
3323
            bundle='Bazaar revision bundle (default)',
 
3324
            diff='Normal unified diff',
 
3325
            plain='No patch, just directive'),
3324
3326
        Option('sign', help='GPG-sign the directive'), 'revision',
3325
3327
        Option('mail-to', type=str,
3326
3328
            help='Instead of printing the directive, email to this address'),