Fix to allow having a single repoencoding.
Fri Feb 24 00:54:19 UTC 2006 Alberto Bertogli <albertogli@telpin.com.ar>
* Fix to allow having a single repoencoding.
hunk ./darcsweb.cgi 2190
- if c.repoencoding is str:
+ if isinstance(c.repoencoding, str):