D4129: includematcher: separate "parents" from "dirs"

Yuya Nishihara yuya at tcha.org
Wed Aug 8 09:45:54 EDT 2018


> -def _rootsanddirs(kindpats):
> +def _rootsdirsandparents(kindpats):
>      '''Returns roots and exact directories from patterns.
>  
>      roots are directories to match recursively, whereas exact directories should
>      be matched non-recursively. The returned (roots, dirs) tuple will also
>      include directories that need to be implicitly considered as either, such as
>      parent directories.

Can you update the doc to reflect this change?


More information about the Mercurial-devel mailing list