/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: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2020-03-07 15:17:55 UTC
  • mfrom: (7496.1.2 trunk-merge-3.0)
  • Revision ID: breezy.the.bot@gmail.com-20200307151755-b5g0v8o9r80qhmp5
Merge the lp:brz/3.1 branch.

Merged from https://code.launchpad.net/~jelmer/brz/trunk-merge-3.1/+merge/380392

Show diffs side-by-side

added added

removed removed

Lines of Context:
548
548
 
549
549
    def create_proposal(self, description, reviewers=None, labels=None,
550
550
                        prerequisite_branch=None, commit_message=None,
551
 
                        work_in_progress=False):
 
551
                        work_in_progress=False, allow_collaboration=False):
552
552
        """Perform the submission."""
553
553
        if labels:
554
554
            raise LabelsUnsupported(self)