[PATCH 2 of 2 V3] lfs: register the flag processors per repository

Yuya Nishihara yuya at tcha.org
Sat Oct 13 00:26:05 EDT 2018


On Fri, 12 Oct 2018 23:41:30 -0400, Matt Harbison wrote:
> # HG changeset patch
> # User Matt Harbison <matt_harbison at yahoo.com>
> # Date 1538626646 14400
> #      Thu Oct 04 00:17:26 2018 -0400
> # Node ID ae3bc2b74520fd510c431d02c6266fe0d21adca4
> # Parent  fad7f4426a669a4f3b29ebda547b23a64d9e9326
> lfs: register the flag processors per repository

Queued, thanks.

> +def _resolverevlogstorevfsoptions(orig, ui, requirements, features):
> +    opts = orig(ui, requirements, features)
> +    for name, module in extensions.extensions(ui):
> +        if module == sys.modules[__name__]:

I've changed '==' to 'is', which seems more common.


More information about the Mercurial-devel mailing list