mercurial/util.py
changeset 5760 0145f9afb0e7
parent 5759 027264e720aa
child 5798 86f5d8f608b7
--- 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')