Merge lp:~jelmer/brz/lp-set-description into lp:brz

Proposed by Jelmer Vernooij
Status: Superseded
Proposed branch: lp:~jelmer/brz/lp-set-description
Merge into: lp:brz
Diff against target: 11 lines (+1/-0)
1 file modified
breezy/plugins/propose/launchpad.py (+1/-0)
To merge this branch: bzr merge lp:~jelmer/brz/lp-set-description
Reviewer Review Type Date Requested Status
Breezy developers Pending
Review via email: mp+363288@code.launchpad.net

Description of the change

Actually send API call to Launchpad when updating description.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'breezy/plugins/propose/launchpad.py'
2--- breezy/plugins/propose/launchpad.py 2019-02-02 17:36:19 +0000
3+++ breezy/plugins/propose/launchpad.py 2019-02-17 02:11:37 +0000
4@@ -140,6 +140,7 @@
5
6 def set_description(self, description):
7 self._mp.description = description
8+ self._mp.lp_save()
9
10 def close(self):
11 self._mp.setStatus(status='Rejected')

Subscribers

People subscribed via source and target branches