.hgignore
author Christian Ebert <blacktrash@gmx.net>
Sat, 01 Dec 2007 20:31:13 +0100
changeset 307 32061d23db14
parent 238 e4a389eca1b9
child 424 6a310d6b40c4
permissions -rw-r--r--
Refactor to initialize kwtemplater only once during reposetup - when overwriting kwtemplater was initialized (and the same keyword regex compiled) before and with every file read. - therefore remove overwrite from kwtemplater, and make it private method. _ matcher becomes attribute of kwtemplater. - by making kwtemplater a global, avoid adding attribute to ui.

syntax: glob

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

build/*
MANIFEST