diff tests/test-setdiscovery.t @ 42884:775224e26d74

discovery: replace "heads" by "changesets" in a output note (BC) When using `hg push --rev X`, the subset considered by discovery is only `::X`. In addition, `X` can be any local revisions not just local heads. As a result the message "all local heads known locally" can be misleading. We replace it with the more accurate "all local changesets known remotely". The message appears when in verbose not, so this is stricly speaking a BC breakage. I am not sure this would be a real issue in practice...
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sat, 27 Apr 2019 02:04:05 +0200
parents 334c1ea57136
children 75f6491b66a7
line wrap: on
line diff
--- a/tests/test-setdiscovery.t	Thu Sep 05 16:32:33 2019 -0700
+++ b/tests/test-setdiscovery.t	Sat Apr 27 02:04:05 2019 +0200
@@ -64,7 +64,7 @@
   comparing with b
   query 1; heads
   searching for changes
-  all local heads known remotely
+  all local changesets known remotely
   elapsed time:  * seconds (glob)
   heads summary:
     total common heads:          2
@@ -86,7 +86,7 @@
   comparing with b
   query 1; heads
   searching for changes
-  all local heads known remotely
+  all local changesets known remotely
   elapsed time:  * seconds (glob)
   heads summary:
     total common heads:          1