tests/test-serve.out
changeset 6262 de7256c82fad
parent 6000 8e7d64989bb8
child 6419 7c36aee46bf5
--- a/tests/test-serve.out	Fri Mar 14 22:12:50 2008 +0100
+++ b/tests/test-serve.out	Mon Mar 10 19:25:34 2008 +0000
@@ -1,12 +1,12 @@
 % Without -v
 access log created - .hg/hgrc respected
 % With -v
-listening at http://localhost/
+listening at http://localhost/ (127.0.0.1)
 % With --prefix foo
-listening at http://localhost/foo/
+listening at http://localhost/foo/ (127.0.0.1)
 % With --prefix /foo
-listening at http://localhost/foo/
+listening at http://localhost/foo/ (127.0.0.1)
 % With --prefix foo/
-listening at http://localhost/foo/
+listening at http://localhost/foo/ (127.0.0.1)
 % With --prefix /foo/
-listening at http://localhost/foo/
+listening at http://localhost/foo/ (127.0.0.1)