##// END OF EJS Templates
rust-dirstatemap: add missing @propertycache...
Raphaël Gomès -
r44719:7f5410df 5.3 stable
parent child Browse files
Show More
@@ -1849,7 +1849,7 b' if rustmod is not None:'
1849 nonnorm, otherparents = self._rustmap.nonnormalentries()
1849 nonnorm, otherparents = self._rustmap.nonnormalentries()
1850 return nonnorm
1850 return nonnorm
1851
1851
1852 @property
1852 @propertycache
1853 def otherparentset(self):
1853 def otherparentset(self):
1854 nonnorm, otherparents = self._rustmap.nonnormalentries()
1854 nonnorm, otherparents = self._rustmap.nonnormalentries()
1855 return otherparents
1855 return otherparents
General Comments 0
You need to be logged in to leave comments. Login now