Mercurial > public > mercurial-scm > hg
diff mercurial/httppeer.py @ 27637:b502138f5faa
cleanup: remove superfluous space after space after equals (python)
author | timeless <timeless@mozdev.org> |
---|---|
date | Thu, 31 Dec 2015 08:16:59 +0000 |
parents | 56b2bcea2529 |
children | 6f38ec428a19 |
line wrap: on
line diff
--- a/mercurial/httppeer.py Mon Jan 04 21:54:46 2016 -0800 +++ b/mercurial/httppeer.py Thu Dec 31 08:16:59 2015 +0000 @@ -254,7 +254,7 @@ os.unlink(filename) def _callcompressable(self, cmd, **args): - stream = self._callstream(cmd, **args) + stream = self._callstream(cmd, **args) return util.chunkbuffer(zgenerator(stream)) def _abort(self, exception):