Mercurial > hg
diff hgext/phabricator.py @ 41093:6498f0e03526
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.
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Wed, 02 Jan 2019 10:29:12 +0100 |
parents | 9d35ae3d9999 |
children | 0101a35deae2 |