branch | stable |
changeset 21188 | d36440d84328 |
parent 21074 | f8a0d82b0463 |
child 23086 | cde6904f1992 |
--- a/mercurial/httppeer.py Mon Apr 21 16:13:15 2014 -0700 +++ b/mercurial/httppeer.py Wed Apr 23 23:29:55 2014 +0200 @@ -237,6 +237,9 @@ stream = self._callstream(cmd, **args) return util.chunkbuffer(zgenerator(stream)) + def _abort(self, exception): + raise exception + class httpspeer(httppeer): def __init__(self, ui, path): if not url.has_https: