/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

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/380393

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):