summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | index.commit: implemented initial version, but in fact some more changes are ...Sebastian Thiel2009-10-241-0/+12
| * | actor: added __eq__, __ne__ and __hash__ methods including simple testSebastian Thiel2009-10-242-1/+20
| * | index.remove implemented including throrough testSebastian Thiel2009-10-231-2/+62
| * | Implemented index.reset method including testSebastian Thiel2009-10-231-1/+27
| |/
| * Added frame for IndexFile add/remove/commit methods and respective test markersSebastian Thiel2009-10-231-0/+13
| * Added repo.index property including simple test, and additional ideas in the ...Sebastian Thiel2009-10-231-1/+5
| * Renamed Index to IndexFile, adjusted tests, it will only operate on physical ...Sebastian Thiel2009-10-231-17/+13
* | commit.name_rev property added for convenienceSebastian Thiel2009-10-231-0/+4
|/
* SymbolicReferences can now change they references safely as I think and well ...Sebastian Thiel2009-10-231-0/+26
* Adjusted tests to deal with API changesSebastian Thiel2009-10-223-16/+10
* Added SymbolicReference and HEAD type to better represent these special types...Sebastian Thiel2009-10-225-103/+86
* Index: Is now diffable and appears to properly implement diffing against othe...Sebastian Thiel2009-10-222-5/+43
* default index writing now writes the index of the current repository in a fas...Sebastian Thiel2009-10-221-2/+8
* Added test for ConcurrentWriteOperationSebastian Thiel2009-10-221-1/+50
* utils: Added LockFile including testSebastian Thiel2009-10-221-1/+36
* Index now behaves more like the default index if no explicit stream is given....Sebastian Thiel2009-10-221-1/+4
* Added reset method to Head - its a class method due to the very general natur...Sebastian Thiel2009-10-222-2/+18
* Adjusted all remaining test suites to use the new TestBase class where approp...Sebastian Thiel2009-10-2211-112/+88
* Fixed decorator issue that would cause a function to be passed even though th...Sebastian Thiel2009-10-223-18/+22
* Implemented decorators, tests pass at leastSebastian Thiel2009-10-222-27/+45
* Added frame for new Repo handling and some neat decorators, including tests t...Sebastian Thiel2009-10-223-9/+116
* Merge branch 'index' into improvementsSebastian Thiel2009-10-224-0/+113
|\
| * Removed index test marker for custom commits as this boils down to a good way...Sebastian Thiel2009-10-221-4/+2
| * index writing now creates a sha on the content making it possible to write va...Sebastian Thiel2009-10-221-1/+8
| * Implemented merge/resolve handling , but realized that index writing is not y...Sebastian Thiel2009-10-221-5/+10
| * index: Added write_tree method including testSebastian Thiel2009-10-211-0/+7
| * index.iter_blobs method added including tests ( which have been improved gene...Sebastian Thiel2009-10-211-4/+19
| * tree.traverse: Added prune functionality - previously the predciate did both,...Sebastian Thiel2009-10-211-0/+5
| * Improved testing of index against trees, tests succeed with next commitSebastian Thiel2009-10-211-3/+15
| * Initial version of merge including tests for one-way, two-way and tree-way mergeSebastian Thiel2009-10-211-0/+21
| * index writing added including simple test, improved docs of IndexEntrySebastian Thiel2009-10-211-2/+8
| * improved IndexEntry type and added test for parsing of the stageSebastian Thiel2009-10-202-5/+9
| * Improved tuple access of EntryIndex class including test, stage and type acce...Sebastian Thiel2009-10-201-0/+14
| * Added initial version of the index reading from file - IndexEntry interface i...Sebastian Thiel2009-10-202-1/+3
| * Added frame for index implementation and testingSebastian Thiel2009-10-201-0/+17
* | Stream_data streams data to a given output stream most efficiently with a low...Sebastian Thiel2009-10-221-2/+11
* | Git.cmd: removed with_raw_output optionSebastian Thiel2009-10-221-0/+5
* | added Object.data_stream property allowing to stream object data directly.Con...Sebastian Thiel2009-10-221-0/+5
* | remote: Added fetch, pull, push methods to the interface to make these operat...Sebastian Thiel2009-10-211-2/+5
* | diff: added test to be sure index-vs-working copy diffs are solved properlySebastian Thiel2009-10-211-0/+3
|/
* repo.alternates test cheked for correctness and bugfixed - totally mocked tes...Sebastian Thiel2009-10-201-10/+8
* Fixed bare repository handling - bare is now a property to prevent writing itSebastian Thiel2009-10-202-4/+10
* Moved specialized methods like dashify, touch and is_git_dir to module to the...Sebastian Thiel2009-10-201-8/+7
* Improved is_dirty including testSebastian Thiel2009-10-201-12/+10
* Implemneted IterableLists for refs, commits and remote objects including simp...Sebastian Thiel2009-10-194-0/+8
* commit.count: is an instance method nowSebastian Thiel2009-10-192-1/+14
* repo.remote method addedSebastian Thiel2009-10-191-0/+1
* remote: added tests for creation and removal, finishing the remote interfaceSebastian Thiel2009-10-191-2/+17
* remote: base tests succeed nowSebastian Thiel2009-10-191-1/+6
* config: fixed serious issues that would cause it to see initial tabs as conti...Sebastian Thiel2009-10-191-0/+2