~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/controllers/atom_ui.py

  • Committer: Martin Albisetti
  • Date: 2008-08-06 21:25:24 UTC
  • Revision ID: argentina@gmail.com-20080806212524-nc3m9mfg1yub7z3c
Don't traceback if we can't get last-changed date from a branch. Bug #254794

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
    template_path = 'loggerhead.templates.atom'
26
26
 
27
27
    def get_values(self, h, args, kw, headers):
28
 
        h = self._branch.history
29
 
 
30
28
        pagesize = int(20)#self._branch.config.get('pagesize', '20'))
31
29
 
32
30
        revid_list = h.get_file_view(h.last_revid, None)