changeset 42878 | 1ebf1a1e14dd |
parent 42780 | 7a89b044eea4 |
child 42992 | dff95420480f |
--- a/mercurial/revlogutils/deltas.py Fri Aug 30 19:10:15 2019 +0200 +++ b/mercurial/revlogutils/deltas.py Fri Aug 30 19:13:12 2019 +0200 @@ -521,8 +521,7 @@ fulltext = mdiff.patch(basetext, delta) try: - res = revlog._processflags(fulltext, flags, 'read', raw=True) - fulltext, validatehash = res + validatehash = revlog._processflagsraw(fulltext, flags) if validatehash: revlog.checkhash(fulltext, expectednode, p1=p1, p2=p2) if flags & REVIDX_ISCENSORED: