~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/controllers/changelog_ui.py

  • Committer: Steve 'Ashcrow' Milner
  • Date: 2008-10-24 02:26:05 UTC
  • mto: This revision was merged to the branch mainline in revision 231.
  • Revision ID: stevem@gnulinux.net-20081024022605-bukahu7dovm7ii6u
Updated to follow pep8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
            'navigation': navigation,
103
103
            'filter_file_id': filter_file_id,
104
104
            'start_revid': start_revid,
105
 
            'viewing_from': (orig_start_revid is not None) and (orig_start_revid != h.last_revid),
 
105
            'viewing_from': (orig_start_revid is not None) and (
 
106
                            orig_start_revid != h.last_revid),
106
107
            'query': query,
107
108
            'search_failed': search_failed,
108
109
            'all_same_author': all_same_author,