mercurial/posix.py
changeset 15791 a814f8fcc65a
parent 15711 c51c9dc13a58
child 16240 95e45abe7e8e
--- a/mercurial/posix.py	Sun Jan 08 17:57:25 2012 +0100
+++ b/mercurial/posix.py	Sun Jan 08 18:15:54 2012 +0100
@@ -438,6 +438,8 @@
     def cacheable(self):
         return bool(self.stat.st_ino)
 
+    __hash__ = object.__hash__
+
     def __eq__(self, other):
         try:
             return self.stat == other.stat