/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

Viewing changes to loggerhead/controllers/atom_ui.py

  • Committer: Robey Pointer
  • Date: 2007-05-21 06:42:58 UTC
  • mfrom: (116.1.1 bug-93585)
  • Revision ID: robey@lag.net-20070521064258-1gijoxitfd9u97ko
merge fix from james henstridge for bug 93585.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
        entries = list(h.get_changes(list(revid_list)[:pagesize]))
40
40
 
41
41
        vals = {
42
 
            'external_url': cherrypy.request.base,
43
42
            'branch': self._branch,
44
43
            'changes': entries,
45
44
            'util': util,
46
45
            'history': h,
47
 
            'scan_url': '/changes',
48
46
            'updated': entries[0].date.isoformat() + 'Z',
49
47
        }
50
48
        h.flush_cache()