about summary refs log tree commit diff
path: root/Functions/VCS_Info/vcs_info
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-10-31 18:35:19 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-10-31 18:35:47 +0000
commit74aa45910b3711622e9eb5ccf8adef9566db6f62 (patch)
treef488a15df38b4b9099ade82fcd4af83b9f034bc4 /Functions/VCS_Info/vcs_info
parent88c42a2ba0f0baa9fd20bb7abddc2ad89b66a508 (diff)
downloadzsh-74aa45910b3711622e9eb5ccf8adef9566db6f62.tar.gz
zsh-74aa45910b3711622e9eb5ccf8adef9566db6f62.tar.xz
zsh-74aa45910b3711622e9eb5ccf8adef9566db6f62.zip
39786: vcs_info (hg): Use native hexdump implementation instead of external command.
Fixes issue whereby the external command would print "*" for repeated
octets.

Includes comment change, cf 39790.
Diffstat (limited to 'Functions/VCS_Info/vcs_info')
-rw-r--r--Functions/VCS_Info/vcs_info1
1 files changed, 1 insertions, 0 deletions
diff --git a/Functions/VCS_Info/vcs_info b/Functions/VCS_Info/vcs_info
index f13f6b501..c0c1182e6 100644
--- a/Functions/VCS_Info/vcs_info
+++ b/Functions/VCS_Info/vcs_info
@@ -19,6 +19,7 @@ static_functions=(
     VCS_INFO_check_com
     VCS_INFO_formats
     VCS_INFO_get_cmd
+    VCS_INFO_hexdump
     VCS_INFO_hook
     VCS_INFO_maxexports
     VCS_INFO_nvcsformats