diff -r 027264e720aa -r 0145f9afb0e7 mercurial/util.py --- a/mercurial/util.py Sat Dec 29 01:14:45 2007 +0100 +++ b/mercurial/util.py Sat Dec 29 19:49:48 2007 +0100 @@ -1709,7 +1709,7 @@ def hidepassword(url): '''replaces the password in the url string by three asterisks (***) - + >>> hidepassword('http://www.example.com/some/path#fragment') 'http://www.example.com/some/path#fragment' >>> hidepassword('http://me@www.example.com/some/path#fragment')