~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/controllers/changelog_ui.py

  • Committer: Martin Albisetti
  • Date: 2008-06-18 12:24:06 UTC
  • mfrom: (128.9.3 zpt.cleaner_urls)
  • mto: This revision was merged to the branch mainline in revision 163.
  • Revision ID: argentina@gmail.com-20080618122406-i8fuj38d6ely3oj9
Merge from Micheal Hudson

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
                        all_same_author = False
101
101
                        break
102
102
 
103
 
            def url(pathargs, **kw):
104
 
                return self._branch.url(pathargs, **kw)
105
 
 
106
103
            vals = {
107
104
                'branch': self._branch,
108
105
                'changes': changes,