/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/propose.py

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2020-03-07 15:47:50 UTC
  • mfrom: (7490.3.9 github-extra-s)
  • Revision ID: breezy.the.bot@gmail.com-20200307154750-27h2pyall2v3h1td
Fix typo: maintainerS_can_modify has an extra S, in GitHub pull requests.

Merged from https://code.launchpad.net/~jelmer/brz/github-extra-s/+merge/380394

Show diffs side-by-side

added added

removed removed

Lines of Context:
238
238
    # Common values: 'plain', 'markdown'
239
239
    merge_proposal_description_format = None
240
240
 
 
241
    # Does this hoster support the allow_collaboration flag?
 
242
    supports_allow_collaboration = False
 
243
 
241
244
    def publish_derived(self, new_branch, base_branch, name, project=None,
242
245
                        owner=None, revision_id=None, overwrite=False,
243
246
                        allow_lossy=True, tag_selector=None):