hgext/fsmonitor/__init__.py
changeset 49044 be9bf75a837c
parent 48946 642e31cb55f0
child 49468 2905b78fc52e
--- a/hgext/fsmonitor/__init__.py	Mon Mar 28 13:01:42 2022 +0200
+++ b/hgext/fsmonitor/__init__.py	Tue Mar 22 16:33:18 2022 +0100
@@ -335,7 +335,7 @@
     nonnormalset = {
         f
         for f, e in self._map.items()
-        if e.v1_state() != b"n" or e.v1_mtime() == -1
+        if e._v1_state() != b"n" or e._v1_mtime() == -1
     }
 
     copymap = self._map.copymap