Mercurial > bitten > bitten-test
log doc/configure.txt @ 687:a68d7bf9fbdf
age | author | description |
---|---|---|
Sat, 05 Sep 2009 00:09:18 +0000 | osimons | 0.6dev: Follow-up on #436 / [737], changing to use `string.Template()` instead of `os.path.expandvars()` as this produces a consistent result across platforms and python version. |
Thu, 03 Sep 2009 00:20:43 +0000 | osimons | 0.6dev: Adding interpolation of environment variables, supporting `$VAR` and `${VAR}` on all platforms, and `%VAR%` on Windows. Updated docs + new test. Closes #436. |
Sat, 01 Aug 2009 01:56:14 +0000 | osimons | 0.6dev: Adding `${name}` and `${basedir}` (#325) for recipe substitution. Updated docs + new test. |
Thu, 30 Jul 2009 10:57:48 +0000 | osimons | 0.6dev: Formatting typo in [675]. |
Thu, 30 Jul 2009 10:52:32 +0000 | osimons | 0.6dev: Some minor additions to configuration docs, related to #122. |
Thu, 30 Jul 2009 09:47:48 +0000 | osimons | 0.6dev: Added Configuration documentation. It contains all configuration information I've found in the wiki and source code. |