Mercurial > hg
changeset 44708:61134a232d00
manifest: leave a TODO where we may have more work for sha1 portability
Differential Revision: https://phab.mercurial-scm.org/D8375
author | Augie Fackler <augie@google.com> |
---|---|
date | Thu, 02 Apr 2020 16:02:21 -0400 |
parents | 9d569983668b |
children | 8859de3e83dc |
files | mercurial/manifest.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/manifest.py Wed Jan 08 11:33:01 2020 -0500 +++ b/mercurial/manifest.py Thu Apr 02 16:02:21 2020 -0400 @@ -1432,6 +1432,7 @@ 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