74
77
ctx['url'] = req.make_path(os.path.join('svnlog', self.path))
75
78
ctx['diffurl'] = req.make_path(os.path.join('diff', self.path))
76
79
ctx['title'] = os.path.normpath(self.path).rsplit('/', 1)[-1]
79
83
sr = ivle.svn.revision_from_string(
80
84
req.get_fieldstorage().getfirst("r"))