Mon Oct 3 04:57:19 UTC 2005 Alberto Bertogli * Put a '/' after the path in do_tree(). diff -rN -u old-darcsweb/darcsweb.cgi new-darcsweb/darcsweb.cgi --- old-darcsweb/darcsweb.cgi 2015-10-20 03:24:40.000000000 +0000 +++ new-darcsweb/darcsweb.cgi 2015-10-20 03:24:40.000000000 +0000 @@ -1464,7 +1464,7 @@ """ - path = realpath(dname) + path = realpath(dname) + '/' alt = False files = os.listdir(path)