/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

  • Committer: Jelmer Vernooij
  • Date: 2020-03-22 19:39:52 UTC
  • mfrom: (7490.7.6 work)
  • mto: (7490.40.19 work)
  • mto: This revision was merged to the branch mainline in revision 7516.
  • Revision ID: jelmer@jelmer.uk-20200322193952-i9nl0jdw4pb2exn0
Merge lp:brz/3.1.

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):
550
552
 
551
553
    def create_proposal(self, description, reviewers=None, labels=None,
552
554
                        prerequisite_branch=None, commit_message=None,
553
 
                        work_in_progress=False):
 
555
                        work_in_progress=False, allow_collaboration=False):
554
556
        """Perform the submission."""
555
557
        if labels:
556
558
            raise LabelsUnsupported(self)