mercurial/httpconnection.py
changeset 25837 d343806dcf68
parent 25660 328739ea70c3
child 26347 e9a35411bbbc
--- a/mercurial/httpconnection.py	Thu Jun 25 17:47:32 2015 -0500
+++ b/mercurial/httpconnection.py	Thu Jun 25 17:48:43 2015 -0500
@@ -126,6 +126,7 @@
         self.ui = ui
         self.pwmgr = pwmgr
         self._connections = {}
+        # developer config: ui.http2debuglevel
         loglevel = ui.config('ui', 'http2debuglevel', default=None)
         if loglevel and not _configuredlogging:
             _configuredlogging = True