/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: 2019-07-28 23:23:29 UTC
  • mfrom: (7371.4.4 github-proposals-fix)
  • Revision ID: breezy.the.bot@gmail.com-20190728232329-6z8svq85fl1yjm4w
Fix iter_proposals for GitHub and GitLab.

Merged from https://code.launchpad.net/~jelmer/brz/github-proposals-fix/+merge/370033

Show diffs side-by-side

added added

removed removed

Lines of Context:
188
188
            lp_base_url = uris.STAGING_SERVICE_ROOT
189
189
        else:
190
190
            lp_base_url = uris.LPNET_SERVICE_ROOT
191
 
        self.launchpad = lp_api.connect_launchpad(lp_base_url)
 
191
        self.launchpad = lp_api.connect_launchpad(lp_base_url, version='devel')
192
192
 
193
193
    @property
194
194
    def base_url(self):