Shorten the author string in shortlog.
Mon Dec 19 17:30:50 UTC 2005 Alberto Bertogli <albertogli@telpin.com.ar>
* Shorten the author string in shortlog.
diff -rN -u old-darcsweb/darcsweb.cgi new-darcsweb/darcsweb.cgi
--- old-darcsweb/darcsweb.cgi 2015-10-26 14:37:35.000000000 +0000
+++ new-darcsweb/darcsweb.cgi 2015-10-26 14:37:35.000000000 +0000
@@ -989,7 +989,7 @@
</td>
""" % {
'age': how_old(p.local_date),
- 'author': p.shortauthor,
+ 'author': shorten_str(p.shortauthor, 26),
'myrname': config.myreponame,
'hash': p.hash,
'name': shorten_str(p.name),