sapling/eden/fs/py
Xavier Deguillard c1a6d6fd21 dirstate: paths in hg are unicode, not bytes
Summary:
This was causing `hg mv` to fail due to trying to hash a unicode path, but
Python3 refuses to hash anything but bytes.

Reviewed By: DurhamG

Differential Revision: D22235561

fbshipit-source-id: 3eb80b8e02d442a4036ab7be7ea5c139bd24ff5e
2020-06-25 15:48:00 -07:00
..
eden dirstate: paths in hg are unicode, not bytes 2020-06-25 15:48:00 -07:00
test dirstate: paths in hg are unicode, not bytes 2020-06-25 15:48:00 -07:00
CMakeLists.txt update build configuration information for Python and C++ 2020-04-22 12:48:47 -07:00