about summary refs log tree commit diff
path: root/Functions
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2022-02-20 09:45:39 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2022-02-20 10:12:56 +0000
commitb8b7d9b46ac54c4494ec74b2b7ca4c06861eb75d (patch)
tree460cf1964841bfe3865772e57b4e6ddc7991a906 /Functions
parentb745b06eb3b40b0ccdaf67b174591501a3ce30da (diff)
downloadzsh-b8b7d9b46ac54c4494ec74b2b7ca4c06861eb75d.tar.gz
zsh-b8b7d9b46ac54c4494ec74b2b7ca4c06861eb75d.tar.xz
zsh-b8b7d9b46ac54c4494ec74b2b7ca4c06861eb75d.zip
unposted: vcs_info hg mg (with get-unapplied set): Stop leaking a variable to global scope
Diffstat (limited to 'Functions')
-rw-r--r--Functions/VCS_Info/Backends/VCS_INFO_get_data_hg2
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/VCS_Info/Backends/VCS_INFO_get_data_hg b/Functions/VCS_Info/Backends/VCS_INFO_get_data_hg
index b123e2270..97086670c 100644
--- a/Functions/VCS_Info/Backends/VCS_INFO_get_data_hg
+++ b/Functions/VCS_Info/Backends/VCS_INFO_get_data_hg
@@ -14,7 +14,7 @@ local hgbase bmfile branchfile topicfile rebasefile dirstatefile mqseriesfile \
 
 local -a hgid_args defrevformat defbranchformat \
     hgbmarks mqpatches mqguards mqunapplied hgmisc \
-    i_patchguards i_negguards i_posguards
+    i_patch i_patchguards i_negguards i_posguards
 
 local -A hook_com