.hgignore
author Patrick Mezard <patrick@mezard.eu>
Thu, 10 May 2012 18:21:15 +0200
branchstable
changeset 1067 e38ac7e364d4
parent 450 86c17b3e9100
permissions -rw-r--r--
repair: no need to call filterunknown() in strip() Calling strip() will eventually trigger localrepo.destroyed() which will invalidate _parseroots. It will call filterunknown() upon reload. Changes to test-keyword.t are related to commit --debug running after either qpop or rollback. [ original upstream message ]

syntax: glob

*.pyc
*.pyo
*~
*.swp
*.orig
*.rej
.DS_Store

build/*
MANIFEST