From 3d401b93ea6fbed8d3bef13e6ad7e079ac3d993d Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Tue, 3 Apr 2018 11:56:51 +0200 Subject: [PATCH] #970 added help text for enable httppostargs --- .../scm-hg-plugin/src/main/resources/sonia/scm/hg.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scm-plugins/scm-hg-plugin/src/main/resources/sonia/scm/hg.config.js b/scm-plugins/scm-hg-plugin/src/main/resources/sonia/scm/hg.config.js index f7b4f33240..b10de4b422 100644 --- a/scm-plugins/scm-hg-plugin/src/main/resources/sonia/scm/hg.config.js +++ b/scm-plugins/scm-hg-plugin/src/main/resources/sonia/scm/hg.config.js @@ -65,7 +65,9 @@ Sonia.hg.ConfigPanel = Ext.extend(Sonia.config.ConfigForm, { disableHookSSLValidationHelpText: 'Disables the validation of ssl certificates for the mercurial hook, which forwards the repository changes back to scm-manager. \n\ This option should only be used, if SCM-Manager uses a self signed certificate.', // TODO explain it - enableHttpPostArgsHelpText: 'Enables the experimental HttpPostArgs Protocol.', + enableHttpPostArgsHelpText: 'Enables the experimental HttpPostArgs Protocol of mercurial.\n\ + The HttpPostArgs Protocol uses the body of post requests to send the meta information instead of http headers.\ + This helps to reduce the header size of mercurial requests. HttpPostArgs is supported since mercurial 3.8.', initComponent: function(){