237
240
# Common values: 'plain', 'markdown'
238
241
merge_proposal_description_format = None
240
246
def publish_derived(self, new_branch, base_branch, name, project=None,
241
247
owner=None, revision_id=None, overwrite=False,
243
249
"""Publish a branch to the site, derived from base_branch.
245
251
:param base_branch: branch to derive the new branch from