~malept/loggerhead/standalone-auth

« back to all changes in this revision

Viewing changes to loggerhead/controllers/revision_ui.py

  • Committer: Martin Albisetti
  • Date: 2008-07-22 00:40:03 UTC
  • mfrom: (182 loggerhead.search_integration)
  • mto: This revision was merged to the branch mainline in revision 187.
  • Revision ID: argentina@gmail.com-20080722004003-lx1fp0tthpp6kl92
Merged from trunk, resolved billions of conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
        navigation = util.Container(
53
53
            revid_list=revid_list, revid=revid, start_revid=start_revid,
54
54
            filter_file_id=filter_file_id, pagesize=1,
55
 
            scan_url='/revision', branch=self._branch, feed=True)
 
55
            scan_url='/revision', branch=self._branch, feed=True, history=h)
56
56
        if query is not None:
57
57
            navigation.query = query
58
58
        util.fill_in_navigation(navigation)