251
174
supports_merge_proposal_labels = None
262
176
# The base_url that would be visible to users. I.e. https://github.com/
263
177
# rather than https://api.github.com/
273
180
def publish_derived(self, new_branch, base_branch, name, project=None,
274
181
owner=None, revision_id=None, overwrite=False,
276
183
"""Publish a branch to the site, derived from base_branch.
278
185
:param base_branch: branch to derive the new branch from