Mercurial > public > mercurial-scm > hg-stable
diff mercurial/util.py @ 5760:0145f9afb0e7
Removed tabs and trailing whitespace in python files
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Sat, 29 Dec 2007 19:49:48 +0100 |
parents | 027264e720aa |
children | 86f5d8f608b7 |
line wrap: on
line diff
--- 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')