##// END OF EJS Templates
sidedata: add a function for _processflagsraw usage...
marmoute -
r43304:e8bc4c3d default
parent child Browse files
Show More
@@ -73,3 +73,7 b' def sidedatareadprocessor(rl, text):'
73 dataoffset = nextdataoffset
73 dataoffset = nextdataoffset
74 text = text[dataoffset:]
74 text = text[dataoffset:]
75 return text, True, sidedata
75 return text, True, sidedata
76
77 def sidedatarawprocessor(rl, text):
78 # side data modifies rawtext and prevent rawtext hash validation
79 return False
General Comments 0
You need to be logged in to leave comments. Login now