mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 08:25:44 +01:00
fixed integration of mercurial config changes of 1.x
This commit is contained in:
@@ -11,6 +11,8 @@ type Configuration = {
|
||||
"encoding": string,
|
||||
"useOptimizedBytecode": boolean,
|
||||
"showRevisionInId": boolean,
|
||||
"disableHookSSLValidation": boolean,
|
||||
"enableHttpPostArgs": boolean,
|
||||
"disabled": boolean,
|
||||
"_links": Links
|
||||
};
|
||||
@@ -101,6 +103,8 @@ class HgConfigurationForm extends React.Component<Props, State> {
|
||||
{this.inputField("encoding")}
|
||||
{this.checkbox("useOptimizedBytecode")}
|
||||
{this.checkbox("showRevisionInId")}
|
||||
{this.checkbox("disableHookSSLValidation")}
|
||||
{this.checkbox("enableHttpPostArgs")}
|
||||
{this.checkbox("disabled")}
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user