| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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-21 | remote.refs now returns an IterableList allowing easier access to the ↵ | Sebastian Thiel | |
| remotes, and conforming it to the way repo returns its references as well | |||
| 2009-10-20 | Fixed bare repository handling - bare is now a property to prevent writing it | Sebastian Thiel | |
| 2009-10-19 | Implemneted IterableLists for refs, commits and remote objects including ↵ | Sebastian Thiel | |
| simple tests | |||
| 2009-10-19 | commit.count: is an instance method now | Sebastian Thiel | |
| repo: added head , tag and iter_trees methods for completeness changes: headlines now sorted chronologically | |||
| 2009-10-19 | remote: added tests for creation and removal, finishing the remote interface | 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 | |
