mercurial/context.py
changeset 6845 835a01a0cdb3
parent 6829 fec1da46006e
child 6846 54b7c79575fa
--- a/mercurial/context.py	Mon Jul 21 13:17:51 2008 +0200
+++ b/mercurial/context.py	Mon Jul 21 13:22:11 2008 +0200
@@ -497,7 +497,7 @@
         return True
 
     def __contains__(self, key):
-        return self._dirstate[f] not in "?r"
+        return self._dirstate[key] not in "?r"
 
     def __getattr__(self, name):
         if name == '_status':