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