Mon Oct 3 04:51:44 UTC 2005 Alberto Bertogli * Make shade the default annotate style. diff -rN -u old-darcsweb/darcsweb.cgi new-darcsweb/darcsweb.cgi --- old-darcsweb/darcsweb.cgi 2016-01-26 16:51:45.000000000 +0000 +++ new-darcsweb/darcsweb.cgi 2016-01-26 16:51:45.000000000 +0000 @@ -274,7 +274,7 @@ if f and h: print """ -| annotate +| annotate """ % { 'myreponame': config.myreponame, 'hash': h, @@ -282,7 +282,7 @@ } elif f: print """ -| annotate +| annotate """ % { "myreponame": config.myreponame, 'fname': f } if f and os.path.isfile(realf): @@ -363,7 +363,7 @@ elif f and h and action.startswith("annotate"): # same for annotate print """ -normal +normal | plain | shade | zebra @@ -1426,7 +1426,7 @@ diff | history | - annotate + annotate """ % { 'myreponame': config.myreponame, @@ -1511,7 +1511,7 @@ history | headblob | - annotate + annotate """ % { 'myrname': config.myreponame, @@ -1880,7 +1880,7 @@ fname = filter_file(form["f"].value) do_darcs_fileheaddiff(phash, fname) -elif action == "annotate": +elif action == "annotate_normal": fname = filter_file(form["f"].value) if form.has_key("h"): phash = filter_hash(form["h"].value)