##// END OF EJS Templates
relnotes: add note about changes to match.{explicit,reverse}dir...
Martin von Zweigbergk -
r44216:c8e9a363 default
parent child Browse files
Show More
@@ -15,3 +15,9 b''
15
15
16 == Internal API Changes ==
16 == Internal API Changes ==
17
17
18 * Matcher instances no longer have a `explicitdir` property. Consider
19 rewriting your code to use `repo.wvfs.isdir()` and/or
20 `ctx.hasdir()` instead. Also, the `traversedir` property is now
21 also called when only `explicitdir` used to be called. That may
22 mean that you can simply remove the use of `explicitdir` if you
23 were already using `traversedir`.
General Comments 0
You need to be logged in to leave comments. Login now