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
2929/// Attribution: Email address for user ${username}
3030Property gitUserEmail As %String (MAXLEN = 255 ) [ InitialExpression = {##class (SourceControl.Git.Utils ).GitUserEmail ()} ];
3131
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
3333Property mappedItemsReadOnly As %Boolean [ InitialExpression = {##class (SourceControl.Git.Utils ).MappedItemsReadOnly ()} ];
3434
3535/// 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
4141/// The system's default mode. If true, the system defaults to basic mode
4242Property systemBasicMode As %Boolean [ InitialExpression = {##class (SourceControl.Git.Utils ).SystemBasicMode ()} ];
4343
44- /// In Basic mode, Sync will merge changes from this remote branch
44+ /// Branch from which Sync will merge changes, in basic mode
4545Property defaultMergeBranch As %String [ InitialExpression = {##class (SourceControl.Git.Utils ).DefaultMergeBranch ()} ];
4646
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
4848Property compileOnImport As %Boolean [ InitialExpression = {##class (SourceControl.Git.Utils ).CompileOnImport ()} ];
4949
5050Property Mappings [ MultiDimensional ];
You can’t perform that action at this time.
0 commit comments