.hgignore
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Tue, 08 Jan 2013 20:37:37 +0100
branchstable
changeset 1189 1c0d52f23308
parent 450 86c17b3e9100
permissions -rw-r--r--
clfilter: enforce hidden changeset globally The dispatch code now enables filtering of "hidden" changesets globally. The filter is installed before command and extension invocation. The `--hidden` switch is now global and disables this filtering for any command. Code in log dedicated to changeset exclusion is removed as this global filtering has the same effect. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST