tests/test-incoming-outgoing.t
changeset 12377 a5b77eb0409b
parent 12366 c01dc9087d9a
child 12643 d08bb64888bc
--- a/tests/test-incoming-outgoing.t	Wed Sep 22 16:06:02 2010 -0500
+++ b/tests/test-incoming-outgoing.t	Wed Sep 22 18:20:47 2010 -0500
@@ -21,7 +21,7 @@
 http incoming
 
   $ hg -R new incoming http://localhost:$HGPORT/
-  comparing with http://localhost:\d+/
+  comparing with http://localhost:\d+/ (re)
   changeset:   0:00a43fa82f62
   user:        test
   date:        Thu Jan 01 00:00:00 1970 +0000
@@ -69,7 +69,7 @@
   summary:     8
   
   $ hg -R new incoming -r 4 http://localhost:$HGPORT/
-  comparing with http://localhost:\d+/
+  comparing with http://localhost:\d+/ (re)
   changeset:   0:00a43fa82f62
   user:        test
   date:        Thu Jan 01 00:00:00 1970 +0000
@@ -222,7 +222,7 @@
 test with --bundle
 
   $ hg -R new incoming --bundle test.hg http://localhost:$HGPORT/
-  comparing with http://localhost:.*/
+  comparing with http://localhost:*/ (glob)
   changeset:   0:00a43fa82f62
   user:        test
   date:        Thu Jan 01 00:00:00 1970 +0000
@@ -420,7 +420,7 @@
   summary:     11
   
   $ hg -R test-dev outgoing http://localhost:$HGPORT/
-  comparing with http://localhost:.*/
+  comparing with http://localhost:*/ (glob)
   searching for changes
   changeset:   9:d89d4abea5bc
   user:        test
@@ -449,7 +449,7 @@
   summary:     13
   
   $ hg -R test-dev outgoing -r 11 http://localhost:$HGPORT/
-  comparing with http://localhost:.*/
+  comparing with http://localhost:*/ (glob)
   searching for changes
   changeset:   9:d89d4abea5bc
   user:        test