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 --- ChangeLog | 6 ++++++ Functions/VCS_Info/Backends/VCS_INFO_get_data_hg | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1fd675c14..6576ec634 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2022-02-20 Daniel Shahaf + + * unposted: Functions/VCS_Info/Backends/VCS_INFO_get_data_hg: + vcs_info hg mg (with get-unapplied set): Stop leaking a variable + to global scope + 2022-02-16 Jun-ichi Takimoto * 49757 (sourceforge #1): samcarter: Completion/Unix/Command/_tex: 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