Make shade the default annotate style.
Mon Oct 3 04:51:44 UTC 2005 Alberto Bertogli <albertogli@telpin.com.ar>
* Make shade the default annotate style.
{
hunk ./darcsweb.cgi 277
-| <a href="%(myreponame)s;a=annotate;f=%(fname)s;h=%(hash)s">annotate</a>
+| <a href="%(myreponame)s;a=annotate_shade;f=%(fname)s;h=%(hash)s">annotate</a>
hunk ./darcsweb.cgi 285
-| <a href="%(myreponame)s;a=annotate;f=%(fname)s">annotate</a>
+| <a href="%(myreponame)s;a=annotate_shade;f=%(fname)s">annotate</a>
hunk ./darcsweb.cgi 366
-<a href="%(myreponame)s;a=annotate;f=%(fname)s;h=%(hash)s">normal</a>
+<a href="%(myreponame)s;a=annotate_normal;f=%(fname)s;h=%(hash)s">normal</a>
hunk ./darcsweb.cgi 1429
- <a href="%(myreponame)s;a=annotate;h=%(hash)s;f=%(file)s">annotate</a>
+ <a href="%(myreponame)s;a=annotate_shade;h=%(hash)s;f=%(file)s">annotate</a>
hunk ./darcsweb.cgi 1514
- <a href="%(myrname)s;a=annotate;f=%(fullf)s">annotate</a>
+ <a href="%(myrname)s;a=annotate_shade;f=%(fullf)s">annotate</a>
hunk ./darcsweb.cgi 1883
-elif action == "annotate":
+elif action == "annotate_normal":
}