mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01:00
unposted: vcs_info hg mg (with get-unapplied set): Stop leaking a variable to global scope
This commit is contained in:
parent
b745b06eb3
commit
b8b7d9b46a
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2022-02-20 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||
|
||||
* 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 <takimoto-j@kba.biglobe.ne.jp>
|
||||
|
||||
* 49757 (sourceforge #1): samcarter: Completion/Unix/Command/_tex:
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue