# HG changeset patch # User Bernhard Herzog # Date 1241015842 0 # Node ID ea3abd1aa652cb5ecac191bc4874e6aa4da7d8dc # Parent acf6c0ce201400faae9c1bfb18e946d6c7edb6ba Make a revision's tag available to the report template diff -r acf6c0ce2014 -r ea3abd1aa652 treepkg/report.py --- a/treepkg/report.py Tue Apr 28 10:23:08 2009 +0000 +++ b/treepkg/report.py Wed Apr 29 14:37:22 2009 +0000 @@ -63,7 +63,8 @@ return struct(desc=status.status.description, start=format_time(status.start), stop=format_time(status.stop), - cls=status_class(status.status)) + cls=status_class(status.status), + tag=status.tags) class Revisions(object):