| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tree: renamed content_from_string to _from_string to make it private. ↵ | Sebastian Thiel | 2009-10-13 | 1 | -2/+2 |
| | | | | | Removed tests that were testing that method | ||||
| * | tree: now behaves like a list with string indexing functionality - using a ↵ | Sebastian Thiel | 2009-10-12 | 1 | -34/+136 |
| | | | | | | | dict as cache is a problem as the tree is ordered, added blobs, trees and traverse method repo: remove blob function as blobs are created directly or iterated - primitve types should not clutter the repo interface | ||||
| * | renamed from_string and list_from_string to _from_string and ↵ | Sebastian Thiel | 2009-10-12 | 1 | -2/+2 |
| | | | | | _list_from_string to indicate their new status as private method, adjusted all callers respectively | ||||
| * | Reorganized package structure and cleaned up imports | Sebastian Thiel | 2009-10-12 | 1 | -0/+102 |
