Show More
@@ -27,9 +27,8 b' def writetransform(self, text):' | |||||
27 | def rawtransform(self, text): |
|
27 | def rawtransform(self, text): | |
28 | return False |
|
28 | return False | |
29 |
|
29 | |||
30 | if util.safehasattr(revlog, 'addflagprocessor'): |
|
30 | revlog.addflagprocessor(ELLIPSIS_NODE_FLAG, | |
31 | revlog.addflagprocessor(ELLIPSIS_NODE_FLAG, |
|
31 | (readtransform, writetransform, rawtransform)) | |
32 | (readtransform, writetransform, rawtransform)) |
|
|||
33 |
|
32 | |||
34 | def setup(): |
|
33 | def setup(): | |
35 | # We just wanted to add the flag processor, which is done at module |
|
34 | # We just wanted to add the flag processor, which is done at module |
General Comments 0
You need to be logged in to leave comments.
Login now