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

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2019-02-03 12:19:59 UTC
  • mfrom: (7265.1.1 propose-gitlab-set-description)
  • Revision ID: breezy.the.bot@gmail.com-20190203121959-03agaj40yt2rqm4a
Fix setting of merge proposal descriptions on gitlab.

Merged from https://code.launchpad.net/~jelmer/brz/propose-gitlab-set-description/+merge/362644

Show diffs side-by-side

added added

removed removed

Lines of Context:
147
147
 
148
148
    def set_description(self, description):
149
149
        self._mr.description = description
 
150
        self._mr.save()
150
151
 
151
152
    def _branch_url_from_project(self, project_id, branch_name):
152
153
        project = self._mr.manager.gitlab.projects.get(project_id)