Show More
@@ -521,8 +521,7 b' def _textfromdelta(fh, revlog, baserev, ' | |||||
521 | fulltext = mdiff.patch(basetext, delta) |
|
521 | fulltext = mdiff.patch(basetext, delta) | |
522 |
|
522 | |||
523 | try: |
|
523 | try: | |
524 |
|
|
524 | validatehash = revlog._processflagsraw(fulltext, flags) | |
525 | fulltext, validatehash = res |
|
|||
526 | if validatehash: |
|
525 | if validatehash: | |
527 | revlog.checkhash(fulltext, expectednode, p1=p1, p2=p2) |
|
526 | revlog.checkhash(fulltext, expectednode, p1=p1, p2=p2) | |
528 | if flags & REVIDX_ISCENSORED: |
|
527 | if flags & REVIDX_ISCENSORED: |
General Comments 0
You need to be logged in to leave comments.
Login now