diff -r 1aa4d646d0de -r 77c9ee77687c mercurial/wireprotoserver.py --- a/mercurial/wireprotoserver.py Fri Apr 13 11:21:55 2018 -0700 +++ b/mercurial/wireprotoserver.py Wed Apr 11 18:15:51 2018 -0700 @@ -307,7 +307,7 @@ # Callable receiving (req, repo) that is called to obtain an API # descriptor for this service. The response must be serializable to CBOR. API_HANDLERS = { - wireprotov2server.HTTPV2: { + wireprotov2server.HTTP_WIREPROTO_V2: { 'config': ('experimental', 'web.api.http-v2'), 'handler': wireprotov2server.handlehttpv2request, 'apidescriptor': wireprotov2server.httpv2apidescriptor,