/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/github.py

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2019-06-16 17:31:28 UTC
  • mfrom: (7342.1.2 propose-sets-submit)
  • Revision ID: breezy.the.bot@gmail.com-20190616173128-yjzid096xunwofbs
Set the submit branch after 'brz publish' / 'brz propose'

Merged from https://code.launchpad.net/~jelmer/brz/propose-sets-submit/+merge/368883

Show diffs side-by-side

added added

removed removed

Lines of Context:
364
364
            yield GitHubMergeProposal(
365
365
                self.transport.request('GET', issue['pull_request']['url']).json)
366
366
 
367
 
    @convert_github_error
368
367
    def get_proposal_by_url(self, url):
369
368
        raise UnsupportedHoster(url)
370
369