mercurial/wireprotoserver.py
changeset 36223 2e07dc514073
parent 36222 6ba5b03f3645
child 36231 72812ad205d1
--- a/mercurial/wireprotoserver.py	Mon Feb 12 17:19:51 2018 -0800
+++ b/mercurial/wireprotoserver.py	Mon Feb 12 17:20:20 2018 -0800
@@ -112,7 +112,7 @@
 
     @property
     def name(self):
-        return 'http'
+        return 'http-v1'
 
     def getargs(self, args):
         knownargs = self._args()