D945: fsmonitor: update to match new dirstate refactor

durham (Durham Goode) phabricator at mercurial-scm.org
Wed Oct 11 10:18:57 EDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG7259f0ddfc0f: fsmonitor: update to match new dirstate refactor (authored by durham, committed by ).

REPOSITORY
  rHG Mercurial

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

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
@@ -251,7 +251,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, ryanmce
Cc: ryanmce, yuja, mercurial-devel


More information about the Mercurial-devel mailing list