summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed bug when listing remotes - it was based on references which is incorrec...Sebastian Thiel2009-10-281-3/+3
* FetchInfo class is not a subclass of Remote class anymore, as more classes ar...Sebastian Thiel2009-10-281-6/+8
* IterableList: added support for prefix allowing remote.refs.master constructs...Sebastian Thiel2009-10-281-3/+21
* tag handling tests finished, unfortunately there is not yet a rejected case, ...Sebastian Thiel2009-10-281-5/+13
* Implemented handling of FETCH_HEAD and tags, some test cases still missing de...Sebastian Thiel2009-10-271-9/+11
* Added special cases to test that shows we cannot yet:Sebastian Thiel2009-10-271-3/+20
* Added remote stale_refs property including test, tested new remote branch han...Sebastian Thiel2009-10-271-8/+38
* Added non-fast forward test case, fixed parsing issue caused by initial line ...Sebastian Thiel2009-10-271-4/+15
* implemented test for rejection handling and fixed a bug when parsing remote r...Sebastian Thiel2009-10-271-9/+24
* Added testing frame for proper fetch testing to be very sure this works as ex...Sebastian Thiel2009-10-271-8/+42
* put _make_file helper method into TestBase classSebastian Thiel2009-10-273-16/+24
* Merge branch 'index' into improvementsSebastian Thiel2009-10-265-19/+359
|\
| * index.add: Finished implemenation including through testsSebastian Thiel2009-10-261-1/+80
| * added head kwarg to reset and commit method, allowing to automatically change...Sebastian Thiel2009-10-261-8/+31
| * refs.SymoblicRef: implemented direcft setting of the symbolic references comm...Sebastian Thiel2009-10-261-0/+18
| * Merge branch 'refs' into indexSebastian Thiel2009-10-261-0/+90
| |\
| | * Refs can now set the reference they are pointing to in a controlled fashion b...Sebastian Thiel2009-10-231-1/+17
| | * Added TagRefernce creation and deletion including testsSebastian Thiel2009-10-231-3/+40
| | * Implemented head methods: create, delete, rename, including testsSebastian Thiel2009-10-231-3/+32
| | * refs: added create, delete and rename methods where appropriate. Tests are ma...Sebastian Thiel2009-10-231-0/+8
| * | 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