~jelmer/brz/byov-trunk

« back to all changes in this revision

Viewing changes to breezy/plugins/propose/github.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:
232
232
 
233
233
    supports_merge_proposal_labels = True
234
234
    supports_merge_proposal_commit_message = False
 
235
    supports_allow_collaboration = True
235
236
    merge_proposal_description_format = 'markdown'
236
237
 
237
238
    def __repr__(self):