/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/github.py

  • Committer: Jelmer Vernooij
  • Date: 2020-03-07 15:19:13 UTC
  • mto: (7490.7.1 work)
  • mto: This revision was merged to the branch mainline in revision 7498.
  • Revision ID: jelmer@jelmer.uk-20200307151913-t1peu8sii1x9gm43
Add supports_allow_collaboration flag.

Show diffs side-by-side

added added

removed removed

Lines of Context:
237
237
 
238
238
    supports_merge_proposal_labels = True
239
239
    supports_merge_proposal_commit_message = False
 
240
    supports_allow_collaboration = True
240
241
    merge_proposal_description_format = 'markdown'
241
242
 
242
243
    def __repr__(self):