File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Property gitUserName As %String(MAXLEN = 255) [ InitialExpression = {##class(Sou
29
29
/// Attribution: Email address for user ${username}
30
30
Property gitUserEmail As %String (MAXLEN = 255 ) [ InitialExpression = {##class (SourceControl.Git.Utils ).GitUserEmail ()} ];
31
31
32
- /// Attribution: Whether mapped items should be read-only, preventing them from being added to source control
32
+ /// Whether mapped items should be read-only, preventing them from being added to source control
33
33
Property mappedItemsReadOnly As %Boolean [ InitialExpression = {##class (SourceControl.Git.Utils ).MappedItemsReadOnly ()} ];
34
34
35
35
/// Whether basic mode should be enabled for user ${username}, greatly simplifying the functionality of the package, requiring no knowledge of git
@@ -41,10 +41,10 @@ Property userBasicMode As %String [ InitialExpression = {##class(SourceControl.G
41
41
/// The system's default mode. If true, the system defaults to basic mode
42
42
Property systemBasicMode As %Boolean [ InitialExpression = {##class (SourceControl.Git.Utils ).SystemBasicMode ()} ];
43
43
44
- /// In Basic mode, Sync will merge changes from this remote branch
44
+ /// Branch from which Sync will merge changes, in basic mode
45
45
Property defaultMergeBranch As %String [ InitialExpression = {##class (SourceControl.Git.Utils ).DefaultMergeBranch ()} ];
46
46
47
- /// Import All options compile imported options using the configured pull event handler
47
+ /// Compile using the configured pull event handler when "Import All" is run
48
48
Property compileOnImport As %Boolean [ InitialExpression = {##class (SourceControl.Git.Utils ).CompileOnImport ()} ];
49
49
50
50
Property Mappings [ MultiDimensional ];
You can’t perform that action at this time.
0 commit comments