This is an archive of the discontinued Mercurial Phabricator instance.

unionrepo: dynamically create repository type from base repository
ClosedPublic

Authored by indygreg on Sep 12 2018, 10:02 PM.

Details

Summary

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()``.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.