/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

Add allow-collaboration flag.

Merged from https://code.launchpad.net/~jelmer/brz/allow-collaboration/+merge/380390

Show diffs side-by-side

added added

removed removed

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