Mercurial > treepkg
changeset 264:ea3abd1aa652
Make a revision's tag available to the report template
author | Bernhard Herzog <bh@intevation.de> |
---|---|
date | Wed, 29 Apr 2009 14:37:22 +0000 |
parents | acf6c0ce2014 |
children | 9c0131d2e0e1 |
files | treepkg/report.py |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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):