D945: fsmonitor: update to match new dirstate refactor

durham (Durham Goode) phabricator at mercurial-scm.org
Mon Oct 9 15:48:59 EDT 2017


durham updated this revision to Diff 2536.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D945?vs=2446&id=2536

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

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
@@ -245,7 +245,7 @@
 
     matchfn = match.matchfn
     matchalways = match.always()
-    dmap = self._map
+    dmap = self._map._map
     nonnormalset = getattr(self, '_nonnormalset', None)
 
     copymap = self._map.copymap



To: durham, #hg-reviewers, quark, yuja
Cc: yuja, mercurial-devel


More information about the Mercurial-devel mailing list