repos
/
darcsweb
/ darcs_commitdiff
summary
|
shortlog
|
log
|
tree
|
commit
|
commitdiff
|
headdiff
unified
|
plain
|
darcs
Call cache.cancel() only if we have a cache.
Thu Nov 17 03:27:57 UTC 2005 Alberto Bertogli <albertogli@telpin.com.ar>
* Call cache.cancel() only if we have a cache.
hunk ./darcsweb.cgi 2127
- cache.cancel()
+ if config.cachedir:
+ cache.cancel()