Mercurial > hg
view hgext/__init__.py @ 29714:69109052d9ac
auditvfs: forward options property from nested vfs
This was breaking my ability to use treemanifests in bundlerepos, and
was deeply mysterious. We should probably just make the options
property a formal part of the vfs API, and make it a required
construction parameter. Sadly, I don't have time to dive into that
refactor right now.
author | Augie Fackler <augie@google.com> |
---|---|
date | Fri, 05 Aug 2016 11:19:22 -0400 |
parents | 155e3308289c |
children | 2372284d9457 |
line wrap: on
line source
from __future__ import absolute_import import pkgutil __path__ = pkgutil.extend_path(__path__, __name__)