~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/controllers/annotate_ui.py

 * Don't move URL values around when not needed
 * Random template cleanup
 * Use revnos instead of revids

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
                'url': self._branch.context_url,
94
94
            }
95
95
            vals.update(templatefunctions)
 
96
            h.flush_cache()
96
97
            self.log.info('/annotate: %r secs' % (time.time() - z,))
97
98
            return vals
98
99
        finally: