D4477: merge: move purge logic from extension

Yuya Nishihara yuya at tcha.org
Fri Sep 7 08:04:50 EDT 2018


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.


More information about the Mercurial-devel mailing list