/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

Don't attempt to set the title when updating the commit message in GitHub.

Merged from https://code.launchpad.net/~jelmer/brz/github-title-not-commit-message/+merge/377480

Show diffs side-by-side

added added

removed removed

Lines of Context:
154
154
        return None
155
155
 
156
156
    def set_commit_message(self, message):
157
 
        self._patch({'title': message})
 
157
        raise errors.UnsupportedOperation(self.set_commit_message, self)
158
158
 
159
159
    def _patch(self, data):
160
160
        response = self._gh._api_request(