diff contrib/python3-whitelist @ 36652:8381126bf43c

url: more bytes/unicodes fussing in url.py around auth handling Once again, these methods are a little annoying to handle because they can get unicodes or bytes depending on who's calling. I think we can probably clean this up a TON once we can run something like pytype and do typechecking of our Python, but until then this is going to be the easy way out. This fixes test-http-bundle1.t. Differential Revision: https://phab.mercurial-scm.org/D2599
author Augie Fackler <augie@google.com>
date Sat, 03 Mar 2018 14:28:51 -0500
parents d3b893ec5f08
children 6f9442c6b404
line wrap: on
line diff
--- a/contrib/python3-whitelist	Sat Mar 03 14:24:21 2018 -0500
+++ b/contrib/python3-whitelist	Sat Mar 03 14:28:51 2018 -0500
@@ -143,6 +143,7 @@
 test-histedit-outgoing.t
 test-histedit-templates.t
 test-http-branchmap.t
+test-http-bundle1.t
 test-http-clone-r.t
 test-identify.t
 test-imports-checker.t