changeset 29414:2646fbba4ca7

pycompat: add HTTPPasswordMgrWithDefaultRealm to Python 3 block Looks like we missed this in 800ec7c048b0.
author Gregory Szorc <gregory.szorc@gmail.com>
date Sat, 25 Jun 2016 17:22:06 -0700
parents 31d3ab7985b8
children 47fb4beb992b
files mercurial/pycompat.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/pycompat.py	Sun Jun 26 07:59:02 2016 -0700
+++ b/mercurial/pycompat.py	Sat Jun 25 17:22:06 2016 -0700
@@ -106,6 +106,7 @@
         "pathname2url",
         "HTTPBasicAuthHandler",
         "HTTPDigestAuthHandler",
+        "HTTPPasswordMgrWithDefaultRealm",
         "ProxyHandler",
         "quote",
         "Request",