tests/test-clone-uncompressed.t
changeset 40399 4ab6e7b4fe8a
parent 40398 0ac794e0e285
child 40890 5db7efa238bd
--- a/tests/test-clone-uncompressed.t	Fri Oct 05 23:27:17 2018 +0800
+++ b/tests/test-clone-uncompressed.t	Fri Oct 05 23:40:12 2018 +0800
@@ -556,6 +556,12 @@
   $ hg debugobsolete -R with-obsolescence
   50382b884f66690b7045cac93a540cba4d4c906f 0 {c17445101a72edac06facd130d14808dfbd5c7c2} (Thu Jan 01 00:00:00 1970 +0000) {'user': 'test'}
 
+  $ hg clone -U --stream --config experimental.evolution=0 http://localhost:$HGPORT with-obsolescence-no-evolution
+  streaming all changes
+  remote: abort: server has obsolescence markers, but client cannot receive them via stream clone
+  abort: pull failed on remote
+  [255]
+
   $ killdaemons.py
 
 #endif