view .hgignore @ 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 060bc3ba7d30
children
line wrap: on
line source

syntax: glob
*.pyc
tests/*.err
tests/.testtimes
build
dist
*.egg-info
*.orig