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