diff tests/test-topic.t @ 5833:be8f7eb3f3a0 mercurial-4.7

test-compat: merge mercurial-4.8 into mercurial-4.7 # no-check-commit
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 11 Mar 2021 14:48:12 +0800
parents 82da27321e91 1f301a3062f5
children c2484b0217ee 90af9db93d2b
line wrap: on
line diff
--- a/tests/test-topic.t	Sun Jan 31 16:15:26 2021 +0800
+++ b/tests/test-topic.t	Thu Mar 11 14:48:12 2021 +0800
@@ -15,7 +15,7 @@
   $ hg help -e topic
   topic extension - support for topic branches
   
-  Topic branches are lightweight branches which disappear when changes are
+  Topic branches are lightweight branches which fade out when changes are
   finalized (move to the public phase).
   
   Compared to bookmark, topic is reference carried by each changesets of the
@@ -684,7 +684,7 @@
   |
 
 query is not an open topic, so when we clear the current topic it'll
-disappear:
+fade out:
 
   $ hg topics --clear
   clearing empty topic "query"