~jelmer/brz/integration

« back to all changes in this revision

Viewing changes to breezy/plugins/propose/launchpad.py

  • Committer: Breezy landing bot
  • Author(s): Vincent Ladeuil
  • Date: 2019-03-06 14:58:32 UTC
  • mfrom: (7294.1.2 trunk)
  • Revision ID: breezy.the.bot@gmail.com-20190306145832-ghgjxu1recloriwh
Open trunk again as 3.1.0dev1

Merged from https://code.launchpad.net/~vila/brz/trunk/+merge/364041

Show diffs side-by-side

added added

removed removed

Lines of Context:
140
140
 
141
141
    def set_description(self, description):
142
142
        self._mp.description = description
 
143
        self._mp.lp_save()
143
144
 
144
145
    def close(self):
145
146
        self._mp.setStatus(status='Rejected')