3317
3317
takes_args = ['submit_branch?', 'public_branch?']
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'),
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'),