| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
diff module, which probably is the right thing to do anyway
|
| |
|
|
| |
Diff class has been prepared to process raw input, but its not yet more than a frame
|
| |
|
|
| |
safe possibly hundreds of command calls
|
| |
|
|
|
|
|
| |
currently it cause hundreds of command invocations which is slow
Fixed issue with trees not properly initialized with their default mode
_set_cache_: some objects checked whether the attribute was within their __slots__ although it should have been accessed through its class
|
| |
|
|
| |
Removed tests that were testing that method
|
| |
|
|
|
|
| |
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
|
| |
|
|
| |
_list_from_string to indicate their new status as private method, adjusted all callers respectively
|
| |
|