From f590869eaa6a4c7f25a1df8eca171a119fcee7ed Mon Sep 17 00:00:00 2001 From: scott Chacon Date: Mon, 12 Nov 2007 17:58:02 -0800 Subject: added the tree functions and tests --- README | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README') diff --git a/README b/README index 36fcba9..cc37f4c 100644 --- a/README +++ b/README @@ -67,6 +67,10 @@ Here are the operations that need read permission only. commit.date.strftime("%m-%d-%y") commit.message + tree = g.gtree("HEAD^{tree}") + tree.blobs + tree.subtrees + tree.children # blobs and subtrees g.revparse('v2.5:Makefile') -- cgit