| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-10-27 | Added remote stale_refs property including test, tested new remote branch ↵ | Sebastian Thiel | |
| handling and deletion of stale remote branches | |||
| 2009-10-27 | Added non-fast forward test case, fixed parsing issue caused by initial line ↵ | Sebastian Thiel | |
| stripping | |||
| 2009-10-27 | implemented test for rejection handling and fixed a bug when parsing remote ↵ | Sebastian Thiel | |
| reference paths | |||
| 2009-10-27 | Added testing frame for proper fetch testing to be very sure this works as ↵ | Sebastian Thiel | |
| expected. Plenty of cases still to be tested | |||
| 2009-10-27 | put _make_file helper method into TestBase class | Sebastian Thiel | |
| remote: prepared FetchInfo class to be returned by fetch and pull. About to implement tests | |||
| 2009-10-22 | Fixed decorator issue that would cause a function to be passed even though ↵ | Sebastian Thiel | |
| there is a default argument. This feels inconsistent as the 'argument passer' wrapper function can be called with a function or a string as first argument depending on whether the client code was explicitly passing an argument or not. That ... sucks. Now test for that case specifically and fail with a proper assertion error. I don't like it, but what can I do ... . Remote tests adjusted to use rw repositories instead. More tests to follow, and many api methods are to be implemented now these things can be tested properly. | |||
| 2009-10-21 | remote: Added fetch, pull, push methods to the interface to make these ↵ | Sebastian Thiel | |
| operations more convenient, like repo.remotes.origin.fetch | |||
| 2009-10-19 | Implemneted IterableLists for refs, commits and remote objects including ↵ | Sebastian Thiel | |
| simple tests | |||
| 2009-10-19 | repo.remote method added | Sebastian Thiel | |
| CHANGES updated to carry information about remotes and config | |||
| 2009-10-19 | remote: added tests for creation and removal, finishing the remote interface | Sebastian Thiel | |
| 2009-10-19 | remote: base tests succeed now | Sebastian Thiel | |
| 2009-10-19 | Added configuration access including tests to remote | Sebastian Thiel | |
| config: fixed issue that would cause it to abort reading if the file did not exist - this is valid now Test does not work as the configuration parsing does not work as expected - this must be fixed first | |||
| 2009-10-19 | Added remote module and test cases - about to implement remote option handling | Sebastian Thiel | |
