summaryrefslogtreecommitdiffstats
path: root/g2h/tree_page.py
diff options
context:
space:
mode:
Diffstat (limited to 'g2h/tree_page.py')
-rw-r--r--g2h/tree_page.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/g2h/tree_page.py b/g2h/tree_page.py
index c36212c..df65a33 100644
--- a/g2h/tree_page.py
+++ b/g2h/tree_page.py
@@ -46,6 +46,7 @@ class TreePage(Page):
'entries': self._get_entries(),
# TODO: Make this fit the rest of the system.
'subdir': '/'.join([self.content_subdir, tree_join(self.commit, self.tree.path)]),
+ 'this_commit': self.commit,
'title': self.name + ': Tree'
}