hgkw/__init__.py
author Christian Ebert <blacktrash@gmx.net>
Sun, 10 Oct 2010 01:07:16 +0100
changeset 837 448a71a24a84
parent 0 41c7e55cd9e9
permissions -rw-r--r--
enforce subn method via boolean switch There are only 2 patterns to choose, and so far only 1 case where kwtemplater.re_kw.subn is applied on data read from the working directory: when recording added files. With this change the code reflects more closely the boolean character of the switch and underlines the special case.