Sat Jul 23 23:12:59 UTC 2005 Alberto Bertogli * Say "path" instead of "file" in history title. diff -rN -u old-darcsweb/darcsweb.cgi new-darcsweb/darcsweb.cgi --- old-darcsweb/darcsweb.cgi 2018-11-22 22:19:50.000000000 +0000 +++ new-darcsweb/darcsweb.cgi 2018-11-22 22:19:50.000000000 +0000 @@ -554,7 +554,7 @@ if fname: title = '' % \ (config.myreponame, fname) - title += 'history for file %s' % fname + title += 'history for path %s' % fname title += '' else: title = 'shortlog' \