view .gitignore @ 1132:58c61489f722

overlaychangectx: also assign repo to self._repo 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.
author Sean Farley <sean@farley.io>
date Thu, 24 May 2018 11:45:12 +0200
parents 505d7cdca198
children
line wrap: on
line source

*.pyc
tests/*.err
build
dist
*.egg-info