about summary refs log tree commit diff
path: root/Doc/Zsh
diff options
context:
space:
mode:
authorManuel Jacob <me@manueljacob.de>2020-06-22 00:22:30 +0200
committerDaniel Shahaf <d.s@daniel.shahaf.name>2020-06-22 08:18:38 +0000
commitae0129b49f9f1b624fb4b067f6f1ef6757a24fd2 (patch)
tree2e4dfc8d12844bf844fdb6150ece4bf0929c0bd8 /Doc/Zsh
parent8bd46bf2a241e0e3a32a24ce2333095214b3b77a (diff)
downloadzsh-ae0129b49f9f1b624fb4b067f6f1ef6757a24fd2.tar.gz
zsh-ae0129b49f9f1b624fb4b067f6f1ef6757a24fd2.tar.xz
zsh-ae0129b49f9f1b624fb4b067f6f1ef6757a24fd2.zip
46091: Add code to Mercurial VCS backend to show topic if there is any.
"Topics" is an experimental concept in Mercurial that augments the
current branching concept (called "named branches").

For more information, see the not always up-to-date Mercurial Wiki page
https://www.mercurial-scm.org/wiki/TopicPlan.
Diffstat (limited to 'Doc/Zsh')
-rw-r--r--Doc/Zsh/contrib.yo3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo
index 0909cd4f5..b9f48e8af 100644
--- a/Doc/Zsh/contrib.yo
+++ b/Doc/Zsh/contrib.yo
@@ -1328,7 +1328,8 @@ enditem()
 In tt(branchformat) these replacements are done:
 
 startsitem()
-sitem(tt(%b))(The branch name.)
+sitem(tt(%b))(The branch name. For tt(hg), the branch name can include a
+topic name.)
 sitem(tt(%r))(The current revision number or the tt(hgrevformat) style for
 tt(hg).)
 endsitem()