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