mercurial/context.py
changeset 8061 26316dda374f
parent 7633 08cabecfa8a8
child 8066 aece3c9e62f1
--- a/mercurial/context.py	Mon Apr 13 14:33:47 2009 +0200
+++ b/mercurial/context.py	Mon Apr 13 19:47:11 2009 +0200
@@ -513,7 +513,7 @@
         return True
 
     def __contains__(self, key):
-        return self._dirstate[key] not in "?r"
+        return self._repo.dirstate[key] not in "?r"
 
     def _manifest(self):
         """generate a manifest corresponding to the working directory"""