79
79
template_path = 'loggerhead.templates.filediff'
81
81
def get_values(self, path, kwargs, headers):
82
84
revid = urllib.unquote(self.args[0])
83
85
compare_revid = urllib.unquote(self.args[1])
84
86
file_id = urllib.unquote(self.args[2])
86
89
chunks = diff_chunks_for_file(
87
90
self._history._branch.repository, file_id, compare_revid, revid)