Mercurial > hg > mercurial-source
diff mercurial/url.py @ 26397:d343806dcf68
http2: mark experimental and developer options
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 25 Jun 2015 17:48:43 -0500 |
parents | 328739ea70c3 |
children | c3efcdba08ea |
line wrap: on
line diff
--- a/mercurial/url.py +++ b/mercurial/url.py @@ -469,6 +469,7 @@ construct an opener suitable for urllib2 authinfo will be added to the password manager ''' + # experimental config: ui.usehttp2 if ui.configbool('ui', 'usehttp2', False): handlers = [httpconnectionmod.http2handler(ui, passwordmgr(ui))] else: