##// END OF EJS Templates
repoview: make propertycache.setcache compatible with repoview...
repoview: make propertycache.setcache compatible with repoview Propertycache used standard attribute assignment. In the repoview case, this assignment was forwarded to the unfiltered repo. This result in: (1) unfiltered repo got a potentially wrong cache value, (2) repoview never reused the cached value. This patch replaces the standard attribute assignment by an assignment to `objc.__dict__` which will bypass the `repoview.__setattr__`. This will not affects other `propertycache` users and it is actually closer to the semantic we need. The interaction of `propertycache` and `repoview` are now tested in a python test file.

File last commit:

r16438:28a90cdf default
r19845:a1237a4b stable
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer