summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-11-04 19:36:29 +0100
committerSebastian Thiel <byronimo@gmail.com>2009-11-04 19:41:01 +0100
commitace1fed6321bb8dd6d38b2f58d7cf815fa16db7a (patch)
tree3878d5e0282531596d42505d8725482dde002c20 /TODO
parentf1e9df152219e85798d78284beeda88f6baa9ec7 (diff)
downloadgitpython-ace1fed6321bb8dd6d38b2f58d7cf815fa16db7a.tar.gz
head.checkout method added including test
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index 42e353f2..15847102 100644
--- a/TODO
+++ b/TODO
@@ -110,8 +110,6 @@ Repo
* Figure out how to implement a proper merge API. It should be index based, but provide
all necessary information to the ones willing to ask for it. The index implementation
actually provides this already, but some real use-cases would be great to have a least.
-* repo.checkout should be added that does everything HEAD.reset does, but in addition
- it allows to checkout heads beforehand, hence its more like a repo.head.reference = other_head.
Submodules