Wed Sep 7 16:59:10 UTC 2005 Alberto Bertogli * Show the raw format in all commitdiff variants. diff -rN -u old-darcsweb/darcsweb.cgi new-darcsweb/darcsweb.cgi --- old-darcsweb/darcsweb.cgi 2015-10-26 18:48:30.000000000 +0000 +++ new-darcsweb/darcsweb.cgi 2015-10-26 18:48:31.000000000 +0000 @@ -325,7 +325,7 @@ # darcs, raw, if available; and only for commitdiff realf = filter_file(config.repodir + '/_darcs/patches/' + h) - if action == "commitdiff" and os.path.isfile(realf): + if efaction == "commitdiff" and os.path.isfile(realf): print """ | raw """ % { "myreponame": config.myreponame,