~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/controllers/filediff_ui.py

  • Committer: Michael Hudson-Doyle
  • Date: 2012-01-23 21:10:07 UTC
  • mfrom: (461.2.1 bug-321325)
  • Revision ID: michael.hudson@linaro.org-20120123211007-ah835d7bc2s320l3
show exe bit changes on the revision page

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
class FileDiffUI(TemplatedBranchView):
78
78
 
79
79
    template_path = 'loggerhead.templates.filediff'
 
80
    supports_json = True
80
81
 
81
82
    def get_values(self, path, kwargs, headers):
82
83
        revid = urllib.unquote(self.args[0])
87
88
            self._history._branch.repository, file_id, compare_revid, revid)
88
89
 
89
90
        return {
90
 
            'util': util,
91
91
            'chunks': chunks,
92
92
        }