Submitter | phabricator |
---|---|
Date | Oct. 1, 2019, 6:22 p.m. |
Message ID | <f523578e03205442c50c5784aff3287f@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/41913/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/revlogutils/sidedata.py b/mercurial/revlogutils/sidedata.py --- a/mercurial/revlogutils/sidedata.py +++ b/mercurial/revlogutils/sidedata.py @@ -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