changeset 45241 | e0bfde04f957 |
parent 45219 | 4f0e03d980f3 |
child 45243 | ad7006830106 |
--- a/mercurial/dirstate.py Thu Jul 23 23:52:31 2020 +0200 +++ b/mercurial/dirstate.py Thu Jul 30 01:10:10 2020 +0200 @@ -1835,7 +1835,7 @@ if not self._parents: try: fp = self._opendirstatefile() - st = fp.read(2 * self._nodelen) + st = fp.read(40) fp.close() except IOError as err: if err.errno != errno.ENOENT: