~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/controllers/annotate_ui.py

  • Committer: Robey Pointer
  • Date: 2007-01-24 19:17:25 UTC
  • Revision ID: robey@lag.net-20070124191725-nbh93909s4qfez18
fix silly typo.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
        self._branch = branch
47
47
        self.log = branch.log
48
48
 
 
49
    @util.strip_whitespace
49
50
    @turbogears.expose(html='loggerhead.templates.annotate')
50
51
    def default(self, *args, **kw):
51
52
        z = time.time()
52
53
        h = self._branch.get_history()
 
54
        util.set_context(kw)
53
55
        
54
56
        if len(args) > 0:
55
57
            revid = h.fix_revid(args[0])