/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-01-10 02:20:50 UTC
  • mfrom: (7414.5.2 project-management)
  • Revision ID: breezy.the.bot@gmail.com-20200110022050-de0fq4l1fsgvawfv
Add functions for managing projects.

Merged from https://code.launchpad.net/~jelmer/brz/project-management/+merge/376820

Show diffs side-by-side

added added

removed removed

Lines of Context:
436
436
        for mp in self.launchpad.me.getMergeProposals(status=statuses):
437
437
            yield LaunchpadMergeProposal(mp)
438
438
 
 
439
    def iter_my_forks(self):
 
440
        # Launchpad doesn't really have the concept of "forks"
 
441
        return iter([])
 
442
 
439
443
    def get_proposal_by_url(self, url):
440
444
        # Launchpad doesn't have a way to find a merge proposal by URL.
441
445
        (scheme, user, password, host, port, path) = urlutils.parse_url(