From 1a5d8a6916667819ba09a247c90b1ced5e186464 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Tue, 24 Oct 2017 18:08:50 +0100 Subject: 41952: Use HGPLAIN instead of HGRCPATH in VCS_INFO_get_data_hg Fixes prompt indicator in case if the repository requires a non-default feature. With HGRCPATH, it results in: abort: repository requires features unknown to this Mercurial: ... (see https://mercurial-scm.org/wiki/MissingRequirement for more information) Which, in turn, results in "default" getting reported regardless of what is the current state of the repo. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4b58d3b7f..81fa562dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-10-25 Alexey Sokolov + + * 41952: Functions/VCS_Info/Backends/VCS_INFO_get_data_hg: Use + HGPLAIN instead of HGRCPATH in VCS_INFO_get_data_hg + 2017-10-20 Christian Brabandt * 41943: Completion/Unix/Command/_vim: Completion: add --clean for -- cgit v1.2.3