summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-10-20 21:32:00 +0200
committerSebastian Thiel <byronimo@gmail.com>2009-10-20 21:32:00 +0200
commit56823868efddd3bdbc0b624cdc79adc3a2e94a75 (patch)
tree1e6557b39a4d5c00fbb388e348e03a3a57b8c2bf /TODO
parent50a9920b1bd9e6e8cf452c774c499b0b9014ccef (diff)
downloadgitpython-56823868efddd3bdbc0b624cdc79adc3a2e94a75.tar.gz
Improved tuple access of EntryIndex class including test, stage and type access still needs to be decoded though
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 1 insertions, 5 deletions
diff --git a/TODO b/TODO
index b6e8d10c..93ca313a 100644
--- a/TODO
+++ b/TODO
@@ -58,8 +58,4 @@ Tree
* Work through test and check for test-case cleanup and completeness ( what about
testing whether it raises on invalid input ? ). See 6dc7799d44e1e5b9b77fd19b47309df69ec01a99
- Also assure that the test-case setup is a bit more consistent ( Derive from TestCase, possibly
- make repo a class member instead of an instance member
-* Derive from Iterable, simple pipe it through to Commit objects and iterate using
- commit.tree.
-
-
+ make repo a class member instead of an instance member