mercurial/context.py
changeset 21718 bc773e9505e3
parent 21710 14514dd542aa
child 21722 ee29b0bb1619
--- a/mercurial/context.py	Thu Jun 05 15:24:29 2014 +0530
+++ b/mercurial/context.py	Sat May 31 21:21:06 2014 +0900
@@ -1375,7 +1375,7 @@
         susposed to be linking to.
         """
         s[0] = self._filtersuspectsymlink(s[0])
-        self._status = s
+        self._status = s[:]
         return s
 
     def _dirstatestatus(self, match=None, ignored=False, clean=False,