From 02cb4aa72ca44c84be537acadb8a6d8a1b7a73a5 Mon Sep 17 00:00:00 2001 From: Florian Scholdei Date: Tue, 25 Feb 2025 14:20:47 +0100 Subject: [PATCH] Add changelog entry --- gradle/changelog/mercurial_config_fixes.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 gradle/changelog/mercurial_config_fixes.yaml diff --git a/gradle/changelog/mercurial_config_fixes.yaml b/gradle/changelog/mercurial_config_fixes.yaml new file mode 100644 index 0000000000..0508e7971a --- /dev/null +++ b/gradle/changelog/mercurial_config_fixes.yaml @@ -0,0 +1,2 @@ +- type: fixed + description: JavaHg's handling of configuration files by ensuring system and user-level configs are read for all commands, prevent unintended config modifications by giving each command its own configuration copy, simplify how temporary config options (like credentials) are injected ([#2247](https://github.com/scm-manager/scm-manager/pull/2247))