/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/launchpad.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:
200
200
 
201
201
    supports_merge_proposal_commit_message = True
202
202
 
 
203
    supports_allow_collaboration = False
 
204
 
203
205
    merge_proposal_description_format = 'plain'
204
206
 
205
207
    def __init__(self, staging=False):