/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

Actually send API call to Launchpad when updating description.

Merged from https://code.launchpad.net/~jelmer/brz/lp-set-description/+merge/363696

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')