From fca4f90bbac07b8e9bb29ae3267aeccf0f85d56d Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Wed, 1 Feb 2017 19:05:43 +0000 Subject: 40481: vcs_info hg: Pass arguments to the set-patch-format hook. --- Functions/VCS_Info/Backends/VCS_INFO_get_data_hg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions/VCS_Info') diff --git a/Functions/VCS_Info/Backends/VCS_INFO_get_data_hg b/Functions/VCS_Info/Backends/VCS_INFO_get_data_hg index c99452e83..1b1ddcda8 100644 --- a/Functions/VCS_Info/Backends/VCS_INFO_get_data_hg +++ b/Functions/VCS_Info/Backends/VCS_INFO_get_data_hg @@ -211,7 +211,7 @@ if zstyle -T ":vcs_info:${vcs}:${usercontext}:${rrn}" get-mq \ hook_com+=( guards "${guards_string}" guards-n ${#mqguards} ) - if VCS_INFO_hook 'set-patch-format' ${qstring}; then + if VCS_INFO_hook 'set-patch-format' ${hgmqstring}; then zformat -f hgmqstring "${hgmqstring}" \ "p:${hook_com[applied]}" "u:${hook_com[unapplied]}" \ "n:${#mqpatches}" "c:${#mqunapplied}" "a:${hook_com[all-n]}" \ -- cgit 1.4.1