Skip to content

Commit ce9208f

Browse files
author
ksaduest
committed
update settings description lock branch
1 parent cba24b5 commit ce9208f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cls/SourceControl/Git/Settings.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Property warnInstanceWideUncommitted As %Boolean [ InitialExpression = {##class(
6262
/// The name of the environment (DEVELOPMENT, TEST, LIVE)
6363
Property environmentName As %String(MAXLEN = "") [ InitialExpression = {##class(SourceControl.Git.Utils).EnvironmentName()} ];
6464

65-
/// Whether the branch should or should not be locked down from changing namespaces
65+
/// Whether the namespace should or should not be prevented from switching branches (recommended for protected namespaces)
6666
Property lockBranch As %Boolean [ InitialExpression = {##class(SourceControl.Git.Utils).LockBranch()} ];
6767

6868
Property Mappings [ MultiDimensional ];

0 commit comments

Comments
 (0)