.hgignore
author Christian Ebert <blacktrash@gmx.net>
Fri, 05 Oct 2007 14:52:39 +0200
changeset 255 c4f37735be9b
parent 238 e4a389eca1b9
child 424 6a310d6b40c4
permissions -rw-r--r--
Turn off debug while expanding We don't need templates like file_add etc. as keywords a file specific. Turning off debug avoids accidental expansion of such templates. As a side effect it speeds up expansion when running hg --debug. Functionality of _ctxnode now in new _substitute function.

syntax: glob

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

build/*
MANIFEST