[PATCH 1 of 3 FOLLOW-UP] vfs: fix proxyvfs inheritance

Pulkit Goyal 7895pulkit at gmail.com
Wed Jan 2 12:26:25 UTC 2019


On Wed, Jan 2, 2019 at 5:01 PM Boris Feld <boris.feld at octobus.net> wrote:

> # HG changeset patch
> # User Boris Feld <boris.feld at octobus.net>
> # Date 1546421352 -3600
> #      Wed Jan 02 10:29:12 2019 +0100
> # Node ID b33239d75ded3c23d46fe50bb04e0dd3aac9ef9b
> # Parent  9e593db5f1a1b08f812591439c831ace55bca321
> # EXP-Topic vfs-audit
> # Available At https://bitbucket.org/octobus/mercurial-devel/
> #              hg pull https://bitbucket.org/octobus/mercurial-devel/ -r
> b33239d75ded
> vfs: fix proxyvfs inheritance
>
> The proxyvfs class is designed to overwrite some of the vfs logic. Yet, it
> did
> not use normal class inheritance. This is becoming an issue as
> `abstractvfs`
> method could take precedence over their `proxyvfs` version.
>
> We fix the inheritance chain to be as expected.
>

Queued this series, many thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-devel/attachments/20190102/09f286b8/attachment-0002.html>


More information about the Mercurial-devel mailing list