From 1c6d7830d9b87f47a0bfe82b3b5424a32e3164ad Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 6 Jul 2010 10:46:02 +0200 Subject: RevParse now generally works, but there are still some more specialized tests missing --- lib/git/refs.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/git/refs.py') diff --git a/lib/git/refs.py b/lib/git/refs.py index a466e419..23d45ed0 100644 --- a/lib/git/refs.py +++ b/lib/git/refs.py @@ -807,10 +807,6 @@ class TagReference(Reference): else: raise ValueError( "Tag %s points to a Blob or Tree - have never seen that before" % self ) - @property - def tree(self): - return self.commit.tree - @property def tag(self): """ -- cgit v1.2.1