diff pylons_app/model/hg_model.py @ 281:cd2ee462fc2c

implemented yui tooltip, and added it into annotation and main page.
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 13 Jun 2010 23:14:04 +0200
parents 5e59f29edf66
children 3a66e7421a99
line wrap: on
line diff
--- a/pylons_app/model/hg_model.py	Sun Jun 13 18:18:49 2010 +0200
+++ b/pylons_app/model/hg_model.py	Sun Jun 13 23:14:04 2010 +0200
@@ -148,6 +148,7 @@
             tmp_d['contact'] = repo.contact
             tmp_d['contact_sort'] = tmp_d['contact']
             tmp_d['repo_archives'] = list(repo._get_archives())
+            tmp_d['last_msg'] = tip.message
             
             yield tmp_d