3181
3181
takes_options = [RegistryOption('patch-type',
3182
3182
'The type of patch to include in the directive',
3183
3183
_directive_patch_type, value_switches=True),
3186
3186
def run(self, submit_branch=None, public_branch=None, patch_type='bundle',
3188
3188
branch = Branch.open('.')
3189
3189
config_submit_branch = branch.get_submit_branch()
3190
3190
if submit_branch is None: