tests/test-narrow-clone-non-narrow-server.t
changeset 39964 06e75fbf9d6b
parent 39720 7d9b1b50cad5
child 40436 30a7d3b6b281
--- a/tests/test-narrow-clone-non-narrow-server.t	Sun Sep 30 18:59:27 2018 +0300
+++ b/tests/test-narrow-clone-non-narrow-server.t	Fri Sep 28 23:53:09 2018 +0300
@@ -39,7 +39,7 @@
 
   $ hg clone --narrow --include f1 http://localhost:$HGPORT1/ narrowclone
   requesting all changes
-  abort: server doesn't support narrow clones
+  abort: server does not support narrow clones
   [255]
 
 Make a narrow clone (via HGPORT2), then try to narrow and widen
@@ -60,7 +60,5 @@
   looking for local changes to affected paths
   $ hg tracked --addinclude f1 http://localhost:$HGPORT1/
   comparing with http://localhost:$HGPORT1/
-  searching for changes
-  no changes found
-  abort: server doesn't support narrow clones
+  abort: server does not support narrow clones
   [255]