.hgignore
author Christian Ebert <blacktrash@gmx.net>
Wed, 18 Jul 2007 16:12:14 +0200
branchkwmap-templates
changeset 186 c1b7b1d052de
parent 124 99dc49c5bcfb
child 212 0ac36a08c320
permissions -rw-r--r--
Avoid global vars by passing opt args to kwrepo.file "Normal" reading of filelog just expands keywords in given data. Reading filelog for overwrite on commit, kwshrink, kwexpand triggers kwtemplater.process, which returns read data (expanding in case of commit, kwexpand; not expanding for kwshrink) and a count of keywords. If kwcnt is positive file will be overwritten.

syntax: glob

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

hgkw/__version__.py