sapling/edenscm/hgext/hgsubversion
Xavier Deguillard 2d2d16ba94 replace StringIO with pycompat.StringIO
Summary:
StringIO in Python3 expect strings, while we use it with bytes, the pycompat
module handles the difference properly.

Reviewed By: ikostia

Differential Revision: D17609687

fbshipit-source-id: 16a06c8ffceaed3d3c4acf93b94102e3c9d5c11d
2019-09-26 15:29:49 -07:00
..
hooks use pycompat.range instead of xrange 2019-09-26 15:29:48 -07:00
layouts hgsubversion: move to absolute import 2019-05-21 09:15:21 -07:00
svnwrap replace StringIO with pycompat.StringIO 2019-09-26 15:29:49 -07:00
__init__.py fix hg svn info 2019-08-08 14:19:03 -07:00
compathacks.py hgsubversion: move to absolute import 2019-05-21 09:15:21 -07:00
editor.py hgmain: make bindings a builtin module 2019-09-20 18:32:36 -07:00
maps.py hgsubversion: move to absolute import 2019-05-21 09:15:21 -07:00
pushmod.py use manifest lookup to speed up operations 2019-08-05 05:22:40 -07:00
replay.py hgsubversion: move to absolute import 2019-05-21 09:15:21 -07:00
stupid.py replace StringIO with pycompat.StringIO 2019-09-26 15:29:49 -07:00
svncommands.py fix hg svn info 2019-08-08 14:19:03 -07:00
svnexternals.py replace StringIO with pycompat.StringIO 2019-09-26 15:29:49 -07:00
svnmeta.py hgsubversion: move to absolute import 2019-05-21 09:15:21 -07:00
svnrepo.py hgsubversion: move to absolute import 2019-05-21 09:15:21 -07:00
util.py use pycompat.range instead of xrange 2019-09-26 15:29:48 -07:00
verify.py hgsubversion: move to absolute import 2019-05-21 09:15:21 -07:00
wrappers.py hgsubversion: skip empty commits when pushing 2019-09-19 15:44:19 -07:00