diff pylons_app/controllers/summary.py @ 107:5e2470ebdbc6

Added repo switcher, in base and long term caching for this.
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 26 Apr 2010 00:38:53 +0200
parents 8b06c420491d
children cfddee9d3693
line wrap: on
line diff
--- a/pylons_app/controllers/summary.py	Sun Apr 25 23:26:14 2010 +0200
+++ b/pylons_app/controllers/summary.py	Mon Apr 26 00:38:53 2010 +0200
@@ -27,6 +27,6 @@
                                                 'repo_name':c.repo_name,
                                                 }
         c.clone_repo_url = url(uri)
-        #c.repo_tags = c.repo_info.get_tags(limit=10)
-        #c.repo_branches = c.repo_info.get_branches(limit=10)
+        c.repo_tags = []#c.repo_info.get_tags(limit=10)
+        c.repo_branches = []#c.repo_info.get_branches(limit=10)
         return render('/summary.html')