summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-10-28 18:09:18 +0100
committerSebastian Thiel <byronimo@gmail.com>2009-10-28 18:09:18 +0100
commita519942a295cc39af4eebb7ba74b184decae13fb (patch)
treebd9622deae2a72102c809272b758d31aa1ca9ba8 /TODO
parent4712c619ed6a2ce54b781fe404fedc269b77e5dd (diff)
downloadgitpython-a519942a295cc39af4eebb7ba74b184decae13fb.tar.gz
Tried to use shallow repository - this works in case it is remote, but unfortunately, deepening the repository fails if the server is used. This is bad, but a workaround is to create another shared repo which pushes a changes that we fetch into our given repo. This should provide more output to properly test the fetch handling. Harder than I thought
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 038086e5..08c77a74 100644
--- a/TODO
+++ b/TODO
@@ -43,6 +43,8 @@ Config
it will be returned instead of raising. This way the class will be much more usable,
and ... I truly hate this config reader as it is so 'old' style. Its not even a new-style
class yet showing that it must be ten years old.
+ - If you are at it, why not start a new project that reimplements the ConfigWriter
+ properly, honestly. Tune it for usability ... .
Diff
----