mercurial/context.py
changeset 4892 3b081f2a77b2
parent 4846 e45c5120ca27
child 4953 1fd7a99d98f6
--- a/mercurial/context.py
+++ b/mercurial/context.py
@@ -184,7 +184,7 @@ class filectx(object):
     def __eq__(self, other):
         try:
             return (self._path == other._path
-                    and self._changeid == other._changeid)
+                    and self._fileid == other._fileid)
         except AttributeError:
             return False