Submitter | phabricator |
---|---|
Date | April 14, 2020, 3:29 p.m. |
Message ID | <aee10a0bcb4748c37671970bea7b52da@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/46083/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/manifest.py b/mercurial/manifest.py --- a/mercurial/manifest.py +++ b/mercurial/manifest.py @@ -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