sapling/eden/scm/lib/configparser
Mark Thomas 052e7c3877 check-code: convert to Python 3
Summary:
Update `contrib/check-code.py` to Python 3.

Mostly it was already compatible, however stricter regular expression parsing
revealed a case where one of our tests wasn't working, and as a result lots of
instances of `open(file).read()` existed that this test should have caught.

I have fixed up most of the instances in the code, although there are many
in the test suite that I have ignored for now.

Reviewed By: quark-zju

Differential Revision: D21427212

fbshipit-source-id: 7461a7c391e0ade947f779a2b476ca937fd24a8d
2020-05-07 09:07:50 -07:00
..
benches Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
src check-code: convert to Python 3 2020-05-07 09:07:50 -07:00
Cargo.toml configparser: migrate from bytes to minibytes 2020-03-13 10:51:41 -07:00
CMakeLists.txt Merge fb-mercurial sources into the eden repository 2019-11-13 20:20:32 -08:00
ConfigParser.cpp Merge fb-mercurial sources into the eden repository 2019-11-13 20:20:32 -08:00
ConfigParser.h Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00