D7439: dirstate: include explicit matches in match.traversedir calls

Alphare (Raphaël Gomès) phabricator at mercurial-scm.org
Mon Nov 18 04:27:31 EST 2019


Alphare added inline comments.

INLINE COMMENTS

> dirstate.py:942
>          results, work, dirsnotfound = self._walkexplicit(match, subrepos)
> +        if matchtdir:
> +            for d in work:

Where is `matchtdir` defined? I don't see it on any of the patches in the stack.

REPOSITORY
  rHG Mercurial

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

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

To: martinvonz, #hg-reviewers
Cc: Alphare, mercurial-devel


More information about the Mercurial-devel mailing list