Show More
@@ -1375,7 +1375,7 b' class workingctx(committablectx):' | |||||
1375 | susposed to be linking to. |
|
1375 | susposed to be linking to. | |
1376 | """ |
|
1376 | """ | |
1377 | s[0] = self._filtersuspectsymlink(s[0]) |
|
1377 | s[0] = self._filtersuspectsymlink(s[0]) | |
1378 | self._status = s |
|
1378 | self._status = s[:] | |
1379 | return s |
|
1379 | return s | |
1380 |
|
1380 | |||
1381 | def _dirstatestatus(self, match=None, ignored=False, clean=False, |
|
1381 | def _dirstatestatus(self, match=None, ignored=False, clean=False, |
General Comments 0
You need to be logged in to leave comments.
Login now