repos
/
darcsweb
/ darcs_commitdiff
summary
|
shortlog
|
log
|
tree
|
commit
|
commitdiff
|
headdiff
unified
|
plain
|
darcs
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):