mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-07 01:26:02 +02:00
Sort global config and repository config the same way
Adds a new option to configuration entry binding to improve sorting and sorts global and repository configuration likewise. Pushed-by: Viktor Egorov<viktor.egorov-extern@cloudogu.com> Pushed-by: Rene Pfeuffer<rene.pfeuffer@cloudogu.com> Co-authored-by: René Pfeuffer<rene.pfeuffer@cloudogu.com> Co-authored-by: vegorov<viktor.egorov@triology.de>
This commit is contained in:
@@ -54,4 +54,4 @@ binder.bind<extensionPoints.RepoConfigRoute>("repo-config.route", HgRepositoryCo
|
||||
|
||||
// bind global configuration
|
||||
|
||||
cfgBinder.bindGlobal("/hg", "scm-hg-plugin.config.link", "hgConfig", HgGlobalConfiguration);
|
||||
cfgBinder.bindGlobal("/hg", "scm-hg-plugin.config.link", "hgConfig", HgGlobalConfiguration, "mercurial");
|
||||
|
||||
Reference in New Issue
Block a user