hgext/fsmonitor/__init__.py
changeset 49044 be9bf75a837c
parent 48946 642e31cb55f0
child 49468 2905b78fc52e
equal deleted inserted replaced
49043:362312d61020 49044:be9bf75a837c
   333         # standard dirstate implementation is in use.
   333         # standard dirstate implementation is in use.
   334         dmap = dmap._map
   334         dmap = dmap._map
   335     nonnormalset = {
   335     nonnormalset = {
   336         f
   336         f
   337         for f, e in self._map.items()
   337         for f, e in self._map.items()
   338         if e.v1_state() != b"n" or e.v1_mtime() == -1
   338         if e._v1_state() != b"n" or e._v1_mtime() == -1
   339     }
   339     }
   340 
   340 
   341     copymap = self._map.copymap
   341     copymap = self._map.copymap
   342     getkind = stat.S_IFMT
   342     getkind = stat.S_IFMT
   343     dirkind = stat.S_IFDIR
   343     dirkind = stat.S_IFDIR