[Updated] D8849: dirstate: revert change to Rust binding
joerg.sonnenberger (Joerg Sonnenberger)
phabricator at mercurial-scm.org
Thu Jul 30 14:53:32 UTC 2020
Closed by commit rHGe0bfde04f957: dirstate: revert change to Rust binding (authored by joerg.sonnenberger).
This revision was automatically updated to reflect the committed changes.
This revision was not accepted when it landed; it landed in state "Needs Revision".
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D8849?vs=22153&id=22155
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D8849/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D8849
AFFECTED FILES
mercurial/dirstate.py
CHANGE DETAILS
diff --git a/mercurial/dirstate.py b/mercurial/dirstate.py
--- a/mercurial/dirstate.py
+++ b/mercurial/dirstate.py
@@ -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:
To: joerg.sonnenberger, #hg-reviewers, martinvonz
Cc: Alphare, martinvonz, mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20200730/2b145762/attachment-0002.html>
More information about the Mercurial-patches
mailing list