| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | All times are not stored as time_struct, but as simple int to consume less ↵ | Sebastian Thiel | 2009-10-15 | 1 | -1/+0 |
| | | | | | | | memory time imports cleaned up and mostly removed as they were not required (anymore) | ||||
| * | Refs are now truly dynamic - this costs a little bit of (persistent command) ↵ | Sebastian Thiel | 2009-10-14 | 1 | -3/+4 |
| | | | | | work, but assures refs behave as expected | ||||
| * | test_blob: removed many redundant tests that would fail now as the mock ↵ | Sebastian Thiel | 2009-10-14 | 1 | -0/+10 |
| | | | | | | | cannot handle the complexity of the command backend All objects but Tree now use the persistent command to read their object information - Trees get binary data and would need their own pretty-printing or they need to parse the data themselves which is my favorite | ||||
| * | unified name of utils module, recently it was named util and utils in ↵ | Sebastian Thiel | 2009-10-13 | 1 | -1/+1 |
| | | | | | different packages | ||||
| * | test_base: Improved basic object creation as well as set hash tests | Sebastian Thiel | 2009-10-12 | 1 | -4/+6 |
| | | |||||
| * | Reorganized package structure and cleaned up imports | Sebastian Thiel | 2009-10-12 | 1 | -5/+7 |
| | | |||||
| * | Added remaining tests for new base classes and removed some methods whose ↵ | Sebastian Thiel | 2009-10-11 | 1 | -7/+41 |
| | | | | | existance was doubtful or unsafe | ||||
| * | Re-designed the tag testing - it does not use fixtures anymore but ↵ | Sebastian Thiel | 2009-10-11 | 1 | -0/+8 |
| | | | | | dyamically checks the existance of tags within the repository - it basically tests the interface and checks that expected return types are actually returned | ||||
| * | Intermediate commit: commit,tree and blob objects now derive from object - ↵ | Sebastian Thiel | 2009-10-11 | 1 | -0/+36 |
| test is in place which still fails on purpose. Need to integrate tags which can be objects or just a special form of a ref | |||||
