summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-11-03 14:28:22 +0100
committerSebastian Thiel <byronimo@gmail.com>2009-11-03 14:48:18 +0100
commitec3d91644561ef59ecdde59ddced38660923e916 (patch)
tree4e18b08cf9fcda3be762522113151dbd1063885e /TODO
parente70f3218e910d2b3dcb8a5ab40c65b6bd7a8e9a8 (diff)
downloadgitpython-ec3d91644561ef59ecdde59ddced38660923e916.tar.gz
Finished all push tests I could think of so far. More error cases should be studied, but they would be hard to 'produce'
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index 49d6728c..147eb02d 100644
--- a/TODO
+++ b/TODO
@@ -106,9 +106,6 @@ Remote
------
* iter_items should parse the configuration file manually - currently a command
is issued which is much slower than it has to be ( compared to manual parsing )
-* 'push' method needs a test, a true test repository is required though, a fork
- of a fork would do :)!
-* Fetch should return heads that where updated, pull as well.
* Creation and deletion methods for references should be part of the interface, allowing
repo.create_head(...) instaed of Head.create(repo, ...). Its a convenience thing, clearly
* When parsing fetch-info, the regex will not allow spaces in the target remote ref as