| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
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.
|
| |
|
|
| |
operations more convenient, like repo.remotes.origin.fetch
|
| |
|
|
| |
simple tests
|
| |
|
|
| |
CHANGES updated to carry information about remotes and config
|
| | |
|
| | |
|
| |
|
|
|
| |
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
|
| |
|