sapling/eden/scm/edenscm
Adam Simpkins a4722f9515 py3: fix reading of commitcloud backedupheads files
Summary:
Process the backupstate file as UTF-8.  Previously it was being read as raw
bytes, causing the code to think it was an unknown version.

These files contain the version specifier (pure-ASCII), the remote path
(unicode), followed by a list of hexadecimal node IDs (pure-ASCII).  Therefore
reading the whole file as UTF-8 should be fine.

Reviewed By: farnz

Differential Revision: D19655547

fbshipit-source-id: 6ca536d445cbf81b19122916f1b70b8895304bdb
2020-01-30 18:29:51 -08:00
..
hgdemandimport demandimport: blacklist windll 2019-12-10 17:53:39 -08:00
hgext py3: fix reading of commitcloud backedupheads files 2020-01-30 18:29:51 -08:00
mercurial fix the relpath() template to work in hg status 2020-01-30 18:26:36 -08:00
__init__.py py3: re-enable demandimport 2020-01-30 18:29:50 -08:00
__main__.py edenscm: add a main module 2020-01-30 18:09:14 -08:00
traceimport.py typing: enable pyre 2019-12-04 10:55:00 -08:00