From 143b927307d46ccb8f1cc095739e9625c03c82ff Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 4 May 2010 18:00:14 +0200 Subject: TODO: Removed all entries but left a mesage about where to find the issuee on lighthouse. README/intro.rst: added information about the new repository at github tree: added marker to indicate that submodules would have to be returned there --- lib/git/objects/tree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/git/objects/tree.py') diff --git a/lib/git/objects/tree.py b/lib/git/objects/tree.py index 5bd29a2a..a9e60981 100644 --- a/lib/git/objects/tree.py +++ b/lib/git/objects/tree.py @@ -132,7 +132,7 @@ class Tree(base.IndexObject, diff.Diffable, utils.Traversable): elif type_id == self.tree_id: yield Tree(self.repo, hexsha, mode, path) elif type_id == self.commit_id: - # todo + # submodules yield None else: raise TypeError( "Unknown type found in tree data %i for path '%s'" % (type_id, path)) -- cgit v1.2.1