Skip to content
Snippets Groups Projects
user avatar
Sean Farley authored
Without doing this, we get test failures due to core Mercurial
methods (e.g. context.obsolete, context.orphan, etc) access self._repo.
If we didn't go this route, we'd need to change core to (correctly) call
self.repo() instead of _repo.
58c61489
History
Name Last commit Last update