/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/plugins/propose/launchpad.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:
198
198
 
199
199
    supports_merge_proposal_commit_message = True
200
200
 
 
201
    supports_allow_collaboration = False
 
202
 
201
203
    merge_proposal_description_format = 'plain'
202
204
 
203
205
    def __init__(self, staging=False):