D7508: relnotes: add note about changes to match.{explicit, reverse}dir

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Mon Nov 25 10:32:37 EST 2019


Closed by commit rHG32aa6cefb8f3: relnotes: add note about changes to match.{explicit,reverse}dir (authored by martinvonz).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D7508?vs=18322&id=18389

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D7508/new/

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

AFFECTED FILES
  relnotes/next

CHANGE DETAILS

diff --git a/relnotes/next b/relnotes/next
--- a/relnotes/next
+++ b/relnotes/next
@@ -15,3 +15,9 @@
 
 == Internal API Changes ==
 
+ * Matcher instances no longer have a `explicitdir` property. Consider
+   rewriting your code to use `repo.wvfs.isdir()` and/or
+   `ctx.hasdir()` instead. Also, the `traversedir` property is now
+   also called when only `explicitdir` used to be called. That may
+   mean that you can simply remove the use of `explicitdir` if you
+   were already using `traversedir`.



To: martinvonz, #hg-reviewers, dlax, pulkit
Cc: dlax, mercurial-devel


More information about the Mercurial-devel mailing list