Queued the series, thanks.

> +    matcher = scmutil.match(repo[None], dirs or (), {
> +        'include': opts.get('include'),
> +        'exclude': opts.get('exclude')})
>  
> -    match = scmutil.match(repo[None], dirs, opts)

Restored the original `match` construction, which looks simpler.
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to