We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cba24b5 commit ce9208fCopy full SHA for ce9208f
cls/SourceControl/Git/Settings.cls
@@ -62,7 +62,7 @@ Property warnInstanceWideUncommitted As %Boolean [ InitialExpression = {##class(
62
/// The name of the environment (DEVELOPMENT, TEST, LIVE)
63
Property environmentName As %String(MAXLEN = "") [ InitialExpression = {##class(SourceControl.Git.Utils).EnvironmentName()} ];
64
65
-/// Whether the branch should or should not be locked down from changing namespaces
+/// Whether the namespace should or should not be prevented from switching branches (recommended for protected namespaces)
66
Property lockBranch As %Boolean [ InitialExpression = {##class(SourceControl.Git.Utils).LockBranch()} ];
67
68
Property Mappings [ MultiDimensional ];
0 commit comments