summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added configuration access including tests to remoteSebastian Thiel2009-10-191-2/+23
* Added remote module and test cases - about to implement remote option handlingSebastian Thiel2009-10-192-5/+48
* added initial frame for remote handling- remotes are somewhat related to eith...Sebastian Thiel2009-10-191-0/+5
* added additional testing for the configuration, concurrent access and config ...Sebastian Thiel2009-10-192-4/+30
* implemented config class as far as necessary, one check is still failingSebastian Thiel2009-10-192-1/+75
* Added frame for configuration reader involving a meta class, decorators and t...Sebastian Thiel2009-10-183-3/+56
* diff method now checks for git-diff errrs that can easily occour if the repos...Sebastian Thiel2009-10-181-0/+6
* DiffIndex implemented including testSebastian Thiel2009-10-181-3/+16
* diff: implemented raw diff parsing which appears to be able to handle possibl...Sebastian Thiel2009-10-181-2/+3
* implemented diff tests, but will have to move the diff module as it needs to ...Sebastian Thiel2009-10-181-0/+30
* Removed a few diff-related test cases that fail now as the respective method ...Sebastian Thiel2009-10-174-195/+37
* Fixed object bug that would cause object ids not to be resolved to sha's as t...Sebastian Thiel2009-10-162-0/+6
* repo.untracked_files added including testSebastian Thiel2009-10-161-0/+25