Submitter | phabricator |
---|---|
Date | Nov. 22, 2019, 11:01 p.m. |
Message ID | <dc5562d4fa77832dcf46b21e29e8148e@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/43450/ |
State | Not Applicable |
Headers | show |
Comments
Patch
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`.