diff tests/test-doctest.py @ 5525:dcbda0c4c3eb

Do not display passwords with pull/push/incoming/outgoing Passwords specified in the repository URL are now displayed as '***' when accessing the remote repository.
author Manuel Holtgrewe <purestorm@ggnore.net>
date Mon, 05 Nov 2007 20:29:32 +0100
parents 167c422c745f
children b856071435f7
line wrap: on
line diff
--- a/tests/test-doctest.py	Fri Nov 09 20:21:35 2007 -0200
+++ b/tests/test-doctest.py	Mon Nov 05 20:29:32 2007 +0100
@@ -7,3 +7,6 @@
 
 import mercurial.httprepo
 doctest.testmod(mercurial.httprepo)
+
+import mercurial.util
+doctest.testmod(mercurial.util)