37
37
req.install_error_handler()
38
38
req.content_type = "text/html"
40
40
req.write('<h1>Subversion Log</h1>\n')
42
42
r_str = req.get_fieldstorage().getfirst("r")
45
45
def pretty_path(cpath, revno=None):
47
47
# XXX: We can't assume that the repository root is always equivalent to
48
48
# the current user's home directory, although it does work for our
55
55
return '%s <a href="%s">%s</a>' % (cpath['action'], cgi.escape(url, True),