.hgignore
author Christian Ebert <blacktrash@gmx.net>
Wed, 09 Jun 2010 17:21:12 +0100
changeset 764 b8234da61635
parent 450 86c17b3e9100
permissions -rw-r--r--
Pass context to kwtemplater.overwrite Now that we have retrieved the context in every calling function except commit, pass it as argument to kwtemplater.overwrite to avoid looking it up twice. Reorder arguments to kwtemplater.overwrite to reflect their importance. Turn node argument into a simple boolean and rename it to iswctx.

syntax: glob

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

build/*
MANIFEST