equal
deleted
inserted
replaced
1311 We use this poststatus hook to filter out symlinks that might have |
1311 We use this poststatus hook to filter out symlinks that might have |
1312 accidentally ended up with the entire contents of the file they are |
1312 accidentally ended up with the entire contents of the file they are |
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, |
1319 unknown=False): |
1320 unknown=False): |
1320 '''Gets the status from the dirstate -- internal use only.''' |
1321 '''Gets the status from the dirstate -- internal use only.''' |