diff docs/tutorial/slides.md @ 5798:87006dcf2bb7 stable

doc: change topic phrase 'disappear' to 'fade out' Change all instances which describe topics as "disappearing" to the more accurate "fade out" as the information is still available, but no longer used.
author Chuck Tuffli <chuck@tuffli.net>
date Wed, 24 Feb 2021 14:30:21 -0800
parents 8784dfc6537c
children
line wrap: on
line diff
--- a/docs/tutorial/slides.md	Fri Feb 12 13:16:01 2021 -0800
+++ b/docs/tutorial/slides.md	Wed Feb 24 14:30:21 2021 -0800
@@ -761,7 +761,7 @@
 
 But it also has several disadvantages:
 
-- Branches do not disappear once they are merged. You need to explicitely close them with `hg commit --close-branch`.
+- Branches do not fade out once they are merged. You need to explicitely close them with `hg commit --close-branch`.
 - Branches are lost when rebasing them without the `--keepbranches` option of the `hg rebase` command.
 - New branches needs to be explicitly pushed with the `--new-branch` option of the `hg push` command.
 
@@ -1301,7 +1301,7 @@
 
 #### Topic
 
-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). They can help users to organise and share
 their unfinished work.