Commits
User selector
Commit History
Commits on Mar 4, 2010
Commits on Dec 3, 2009
Commits on Nov 26, 2009
tree: added traversal method, adjusted tests
Show description for accfe36committed
Commits on Nov 25, 2009
diff: added __str__ method to diff class
Show description for 9c92df6committed
Commits on Nov 5, 2009
Added utilities helping to create proper paths either with slashes or backslashes depending on the operating system
Show description for 9ee861acommitted
Commits on Nov 4, 2009
IndexObject: assured that .path fields are relative to the repository ( previously it would just be a name )
Show description for c4cde8dcommitted
Commits on Nov 3, 2009
Commits on Oct 23, 2009
Commits on Oct 22, 2009
Stream_data streams data to a given output stream most efficiently with a low memory footprint.
Show description for 4fe5cfacommittedadded Object.data_stream property allowing to stream object data directly.Considering the implementation of the git commnd which temporarily keeps it in a cache, it doesnt make a huge diffence as t…
Show description for 33fa178committed
Commits on Oct 18, 2009
Commits on Oct 16, 2009
added Diffable interface to objects.base, its used by Commit and Tree objects.
Show description for b372e26committedFixed object bug that would cause object ids not to be resolved to sha's as this was assumed - now there is a test for it as well
Show description for bb24f67committed
Commits on Oct 14, 2009
- committed
persistent command signature changed to also return the hexsha from a possible input ref - the objects pointed to by refs are now baked on demand - perhaps it should change to always be re-retrieve…
Show description for c5df444committedtest_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 6eeae8bcommitted
Commits on Oct 12, 2009
IndexObjects are now checking their slots to raise a proper error message in case someone tries to access an unset path or mode - this information cannot be retrieved afterwards as IndexObject info…
Show description for af9e37ccommittedrefs now take repo as first argument and derive from LazyMixin to allow them to dynamically retrieve their objects
Show description for 4c73e9ccommitted- committed
Loading