view .hgignore @ 1127:108d9303ef71

git_handler: use repo.__getitem__ instead of (removed) repo.changectx As stated in https://phab.mercurial-scm.org/D3037, repo.__getitem__ should be used instead of repo.changectx, which was removed.
author Paul Morelle <paul.morelle@octobus.net>
date Thu, 17 May 2018 07:51:47 +0200
parents 060bc3ba7d30
children
line wrap: on
line source

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