mercurial/hgweb/protocol.py
changeset 30562 b3a9ef3d30e8
parent 30466 2add671bf55b
child 30759 3f5f0c98cd18
--- a/mercurial/hgweb/protocol.py	Wed Nov 16 19:45:35 2016 +0100
+++ b/mercurial/hgweb/protocol.py	Mon Nov 28 20:46:59 2016 -0800
@@ -30,6 +30,8 @@
         self.req = req
         self.response = ''
         self.ui = ui
+        self.name = 'http'
+
     def getargs(self, args):
         knownargs = self._args()
         data = {}