/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: 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:
271
271
 
272
272
    supports_merge_proposal_labels = True
273
273
    supports_merge_proposal_commit_message = False
 
274
    supports_allow_collaboration = True
274
275
    merge_proposal_description_format = 'markdown'
275
276
 
276
277
    def __repr__(self):