changeset 41398 | 56fcbac62f67 |
parent 41216 | 5cc5a5561c3f |
child 41399 | e053053ceba7 |
--- a/mercurial/wireprotov2server.py Thu Jan 17 18:05:54 2019 +0530 +++ b/mercurial/wireprotov2server.py Fri Jan 25 14:38:49 2019 -0800 @@ -390,7 +390,8 @@ return with cacher: - cachekey = entry.cachekeyfn(repo, proto, cacher, **args) + cachekey = entry.cachekeyfn(repo, proto, cacher, + **pycompat.strkwargs(args)) # No cache key or the cacher doesn't like it. Do default handling. if cachekey is None or not cacher.setcachekey(cachekey):