diff -r bc101902a68d -r 924c82157d46 tests/test-url.py --- a/tests/test-url.py Sat Apr 30 16:33:47 2011 +0200 +++ b/tests/test-url.py Sat Apr 30 09:43:20 2011 -0700 @@ -53,7 +53,7 @@ def test_url(): """ - >>> from mercurial.url import url + >>> from mercurial.util import url This tests for edge cases in url.URL's parsing algorithm. Most of these aren't useful for documentation purposes, so they aren't