summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-10-21 22:53:51 +0200
committerSebastian Thiel <byronimo@gmail.com>2009-10-21 22:53:51 +0200
commit3c9f55dd8e6697ab2f9eaf384315abd4cbefad38 (patch)
tree06cc50a0ed54e375ce8ca182f3307949ca25b666 /TODO
parentbb509603e8303cd8ada7cfa1aaa626085b9bb6d6 (diff)
downloadgitpython-3c9f55dd8e6697ab2f9eaf384315abd4cbefad38.tar.gz
remote: Added fetch, pull, push methods to the interface to make these operations more convenient, like repo.remotes.origin.fetch
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index 75a0fb09..03179467 100644
--- a/TODO
+++ b/TODO
@@ -41,6 +41,11 @@ Index
* Index Merge ( merge two trees into the index to quickly see conflicts ).
Its possible to write it into a separate index file that can be read separately.
+Remote
+------
+* 'push' method needs a test, a true test repository is required though, a fork
+ of a fork would do :)!
+
Repo
----
* Nice fetch/pull handling, at least supported/wired throuhg to the git command
@@ -66,5 +71,6 @@ Testing
read-only testing scheme that operates on the own repository. Doing this could be a simple
as forking a shared repo in a tmp directory. In that moment, we probably want to
facility committing and checkouts as well.
+ - Use these tests for git-remote as we need to test push