Commits
User selector
Commit History
Commits on Apr 30, 2010
Added additional tz_offset testing in performance test to call it more often.
Show description for 0d6ceabcommitted
Commits on Apr 27, 2010
Add support for time zone information in tags and commits.
Show description for b48e4d3committed
Rick Copeland
Commits on Mar 4, 2010
Commits on Feb 28, 2010
Commits on Feb 18, 2010
Commits on Nov 27, 2009
- committed
- committed
- committed
- committed
Commits on Nov 26, 2009
Commits on Nov 3, 2009
Commits on Oct 26, 2009
Merge branch 'index' into improvements
Show description for 2792e53committed
Commits on Oct 23, 2009
actor: added __eq__, __ne__ and __hash__ methods including simple test
Show description for b999caecommitted- committed
Commits on Oct 22, 2009
Commits on Oct 19, 2009
- committed
commit.count: is an instance method now
Show description for 0b3ecf2committed
Commits on Oct 15, 2009
Commits on Oct 14, 2009
test_performance: module containing benchmarks to get an idea of the achieved throughput
Show description for 1a4bfd9committedRemoved plenty of mocked tree tests as they cannot work anymore with persistent commands that require stdin AND binary data - not even an adapter would help here. These tests will have to be replaced.
Show description for 7cdfacecommittedtest_blob: removed many redundant tests that would fail now as the mock cannot handle the complexity of the command backend
Show description for 6745f45committedtest: Added time-consuming test which could also be a benchmark in fact - currently it cause hundreds of command invocations which is slow
Show description for 6eeae8bcommittedcmd: added option to return the process directly, allowing to read the output directly from the output stream
Show description for ead94f2committed
Commits on Oct 13, 2009
Commits on Oct 11, 2009
- committed
Fixed remaining tests to deal with the changes
Show description for b01824bcommittedcommit: fixed failing commit tests as the mocked git command would always return the same thing which does not work anymore - re-implemented it in a more dynamic manner, but in the end tests will h…
Show description for 708b8ddcommittedlazymixin system now supports per-attribute baking, it is up to the class whether it bakes more. This also leads to more efficient use of memory as values are only cached and set when required - th…
Show description for 15b9129committed- committed