Skip to content
Snippets Groups Projects
Commit e8bc4c3d9a0b authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

sidedata: add a function for _processflagsraw usage

Entry with side data cannot directly validate their rawtext

Differential Revision: https://phab.mercurial-scm.org/D6892
parent ea83abf95630
No related branches found
No related tags found
No related merge requests found
......@@ -73,3 +73,7 @@
dataoffset = nextdataoffset
text = text[dataoffset:]
return text, True, sidedata
def sidedatarawprocessor(rl, text):
# side data modifies rawtext and prevent rawtext hash validation
return False
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment