From b8b7d9b46ac54c4494ec74b2b7ca4c06861eb75d Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Sun, 20 Feb 2022 09:45:39 +0000 Subject: unposted: vcs_info hg mg (with get-unapplied set): Stop leaking a variable to global scope --- Functions/VCS_Info/Backends/VCS_INFO_get_data_hg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions') 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 -- cgit 1.4.1