# HG changeset patch # User Augie Fackler # Date 2020-04-02 20:02:21 # Node ID f0d88d20654ba1bc6a3c42c6dd06cc366142879d # Parent 677e8fdd2c8b8f79b4476b382ad47b04063d5f51 manifest: leave a TODO where we may have more work for sha1 portability Differential Revision: https://phab.mercurial-scm.org/D8375 diff --git a/mercurial/manifest.py b/mercurial/manifest.py --- a/mercurial/manifest.py +++ b/mercurial/manifest.py @@ -1432,6 +1432,7 @@ class manifestfulltextcache(util.lrucach set = super(manifestfulltextcache, self).__setitem__ # ignore trailing data, this is a cache, corruption is skipped while True: + # TODO do we need to do work here for sha1 portability? node = fp.read(20) if len(node) < 20: break