equal
deleted
inserted
replaced
1840 sidedata = {} |
1840 sidedata = {} |
1841 |
1841 |
1842 if flags: |
1842 if flags: |
1843 node = node or self.hash(text, p1, p2) |
1843 node = node or self.hash(text, p1, p2) |
1844 |
1844 |
1845 rawtext, validatehash = self._processflagswrite(text, flags) |
1845 rawtext, validatehash = self._processflagswrite(text, flags, |
|
1846 sidedata=sidedata) |
1846 |
1847 |
1847 # If the flag processor modifies the revision data, ignore any provided |
1848 # If the flag processor modifies the revision data, ignore any provided |
1848 # cachedelta. |
1849 # cachedelta. |
1849 if rawtext != text: |
1850 if rawtext != text: |
1850 cachedelta = None |
1851 cachedelta = None |