Mercurial > hg
comparison mercurial/profiling.py @ 39605:23f2299e9e53
unionrepo: dynamically create repository type from base repository
This is basically the same thing we just did for bundlerepo except
for union repositories.
.. api::
``unionrepo.unionrepository()`` is no longer usable on its own.
To instantiate an instance, call ``unionrepo.instance()`` or
``unionrepo.makeunionrepository()``.
Differential Revision: https://phab.mercurial-scm.org/D4556
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Tue, 11 Sep 2018 20:06:39 -0700 |
parents | 15a1e37f80bd |
children | b8f6a99ad89b |
comparison
equal
deleted
inserted
replaced
39604:335ae4d0a552 | 39605:23f2299e9e53 |
---|