/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/gitlabs.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:
266
266
 
267
267
    supports_merge_proposal_labels = True
268
268
    supports_merge_proposal_commit_message = False
 
269
    supports_allow_collaboration = True
269
270
    merge_proposal_description_format = 'markdown'
270
271
 
271
272
    def __repr__(self):