| Commit message (Expand) | Author | Age | Files | Lines |
* | improved error when setting up server based test to make clear a server needs... | Sebastian Thiel | 2009-11-04 | 1 | -1/+4 |
* | added all new files to reference.rst and corrected the worst mistakes. There ... | Sebastian Thiel | 2009-11-04 | 1 | -10/+11 |
* | refs: iter_items now imlemented natively for additional performance. We did n... | Sebastian Thiel | 2009-11-03 | 1 | -1/+0 |
* | remotes are now retrieved directly by parsing the repository configuration fi... | Sebastian Thiel | 2009-11-03 | 1 | -4/+10 |
* | remote.push: Fixed progress parsing, previously it would read whole lines onl... | Sebastian Thiel | 2009-11-03 | 1 | -3/+15 |
* | Finished all push tests I could think of so far. More error cases should be s... | Sebastian Thiel | 2009-11-03 | 1 | -1/+4 |
* | Intermediate commit with a few added and improved tests as well as many fixes | Sebastian Thiel | 2009-11-03 | 1 | -8/+36 |
* | Implemented PushProgress and PushInfo class including basic test cases. Now m... | Sebastian Thiel | 2009-11-02 | 1 | -17/+134 |
* | Added frame for push testing and push implemenation | Sebastian Thiel | 2009-10-28 | 1 | -13/+104 |
* | Fixed bug when listing remotes - it was based on references which is incorrec... | Sebastian Thiel | 2009-10-28 | 1 | -9/+2 |
* | FetchInfo class is not a subclass of Remote class anymore, as more classes ar... | Sebastian Thiel | 2009-10-28 | 1 | -137/+137 |
* | IterableList: added support for prefix allowing remote.refs.master constructs... | Sebastian Thiel | 2009-10-28 | 1 | -5/+14 |
* | tag handling tests finished, unfortunately there is not yet a rejected case, ... | Sebastian Thiel | 2009-10-28 | 1 | -0/+8 |
* | Implemented handling of FETCH_HEAD and tags, some test cases still missing de... | Sebastian Thiel | 2009-10-27 | 1 | -22/+65 |
* | Added special cases to test that shows we cannot yet: | Sebastian Thiel | 2009-10-27 | 1 | -1/+1 |
* | Added remote stale_refs property including test, tested new remote branch han... | Sebastian Thiel | 2009-10-27 | 1 | -1/+21 |
* | Added non-fast forward test case, fixed parsing issue caused by initial line ... | Sebastian Thiel | 2009-10-27 | 1 | -2/+1 |
* | implemented test for rejection handling and fixed a bug when parsing remote r... | Sebastian Thiel | 2009-10-27 | 1 | -8/+31 |
* | Added testing frame for proper fetch testing to be very sure this works as ex... | Sebastian Thiel | 2009-10-27 | 1 | -13/+60 |
* | put _make_file helper method into TestBase class | Sebastian Thiel | 2009-10-27 | 1 | -6/+39 |
* | remote: Added fetch, pull, push methods to the interface to make these operat... | Sebastian Thiel | 2009-10-21 | 1 | -1/+61 |
* | remote.refs now returns an IterableList allowing easier access to the remotes... | Sebastian Thiel | 2009-10-21 | 1 | -2/+2 |
* | Fixed bare repository handling - bare is now a property to prevent writing it | Sebastian Thiel | 2009-10-20 | 1 | -1/+1 |
* | Implemneted IterableLists for refs, commits and remote objects including simp... | Sebastian Thiel | 2009-10-19 | 1 | -0/+1 |
* | commit.count: is an instance method now | Sebastian Thiel | 2009-10-19 | 1 | -3/+3 |
* | remote: added tests for creation and removal, finishing the remote interface | Sebastian Thiel | 2009-10-19 | 1 | -1/+4 |
* | Added configuration access including tests to remote | Sebastian Thiel | 2009-10-19 | 1 | -16/+52 |
* | Added remote module and test cases - about to implement remote option handling | Sebastian Thiel | 2009-10-19 | 1 | -0/+186 |