tests/test-http.t
changeset 32259 076f1ff43f0f
parent 32258 9c60d93fd3ab
child 32260 d0d9a4fca59b
--- a/tests/test-http.t	Mon May 08 18:47:24 2017 -0700
+++ b/tests/test-http.t	Mon May 08 20:01:06 2017 -0700
@@ -49,6 +49,7 @@
 try to clone via stream, should use pull instead
 
   $ hg clone --uncompressed http://localhost:$HGPORT1/ copy2
+  warning: stream clone requested but server has them disabled
   requesting all changes
   adding changesets
   adding manifests
@@ -66,6 +67,8 @@
   > EOF
 
   $ hg clone --config extensions.rsf=$TESTTMP/removesupportedformat.py --uncompressed http://localhost:$HGPORT/ copy3
+  warning: stream clone requested but client is missing requirements: generaldelta
+  (see https://www.mercurial-scm.org/wiki/MissingRequirement for more information)
   requesting all changes
   adding changesets
   adding manifests