D892: fsmonitor: access copymap in new location

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Wed Oct 4 10:55:13 EDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG8337f7772aa2: fsmonitor: access copymap in new location (authored by indygreg, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D892?vs=2313&id=2416

REVISION DETAIL
  https://phab.mercurial-scm.org/D892

AFFECTED FILES
  hgext/fsmonitor/__init__.py

CHANGE DETAILS

diff --git a/hgext/fsmonitor/__init__.py b/hgext/fsmonitor/__init__.py
--- a/hgext/fsmonitor/__init__.py
+++ b/hgext/fsmonitor/__init__.py
@@ -231,7 +231,7 @@
     dmap = self._map
     nonnormalset = getattr(self, '_nonnormalset', None)
 
-    copymap = self._copymap
+    copymap = self._map.copymap
     getkind = stat.S_IFMT
     dirkind = stat.S_IFDIR
     regkind = stat.S_IFREG



To: indygreg, #hg-reviewers, mbthomas, krbullock
Cc: mercurial-devel


More information about the Mercurial-devel mailing list