Mercurial > bitten > bitten-test
log
age | author | description |
---|---|---|
Wed, 12 Apr 2006 14:34:33 +0000 | cmlenz | Fix bug in the model classes where `db.executemany()` was being called with an empty list. This could happen for an empty build log, for example. |
Wed, 12 Apr 2006 12:36:26 +0000 | cmlenz | Fix double-escaping of report summaries reported in #113. 0.5.x |
Wed, 12 Apr 2006 10:23:13 +0000 | cmlenz | The unit test and test coverage summarizers weren't restricting their report input to the given step. Fixes #94. Thanks to Walter Bell for the patch. |
Wed, 12 Apr 2006 09:38:09 +0000 | cmlenz | * Don't use `os.path.commonprefix()` to detect the base directory in the snapshort archive. Fixes #103. |
Wed, 12 Apr 2006 07:55:31 +0000 | cmlenz | Fix variable reference in `<py:trace>`. |
Mon, 13 Feb 2006 21:21:06 +0000 | cmlenz | Add a logfile option to the slave. Thanks to Walter Bell for the patch. |