##// END OF EJS Templates
committablectx: cache _status in _poststatus...
Sean Farley -
r21593:b2d6bc6f default
parent child Browse files
Show More
@@ -1313,6 +1313,7 b' class workingctx(committablectx):'
1313 susposed to be linking to.
1313 susposed to be linking to.
1314 """
1314 """
1315 s[0] = self._filtersuspectsymlink(s[0])
1315 s[0] = self._filtersuspectsymlink(s[0])
1316 self._status = s
1316 return s
1317 return s
1317
1318
1318 def _dirstatestatus(self, match=None, ignored=False, clean=False,
1319 def _dirstatestatus(self, match=None, ignored=False, clean=False,
General Comments 0
You need to be logged in to leave comments. Login now