about summary refs log tree commit diff
path: root/ChangeLog
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 /ChangeLog
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 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 79fa9c085..bf139ed0c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2020-06-22  Manuel Jacob  <me@manueljacob.de>
+
+	* 46091: Doc/Zsh/contrib.yo,
+	Functions/VCS_Info/Backends/VCS_INFO_get_data_hg: Add code to
+	Mercurial VCS backend to show topic if there is any.
+
 2020-06-19  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
 	* 46044 (tweaked per Matthew): Completion/Unix/Command/_units: