##// END OF EJS Templates
tests: fix deprecation warning in test-url.py
Augie Fackler -
r37974:d088810c default
parent child Browse files
Show More
@@ -237,7 +237,8 b" check(_verifycert({'subject': (((u'commo"
237 def test_url():
237 def test_url():
238 """
238 """
239 >>> from mercurial import error, pycompat
239 >>> from mercurial import error, pycompat
240 >>> from mercurial.util import forcebytestr, url
240 >>> from mercurial.util import url
241 >>> from mercurial.utils.stringutil import forcebytestr
241
242
242 This tests for edge cases in url.URL's parsing algorithm. Most of
243 This tests for edge cases in url.URL's parsing algorithm. Most of
243 these aren't useful for documentation purposes, so they aren't
244 these aren't useful for documentation purposes, so they aren't
General Comments 0
You need to be logged in to leave comments. Login now