File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 106
106
<server>
107
107
108
108
if settings.defaultMergeBranch '= "" {
109
- &html<<p>Local changes will be merged with #(settings.defaultMergeBranch)# after receiving the latest changes</p>>
109
+ &html<<p>Local changes will be merged with #(..EscapeHTML( settings.defaultMergeBranch) )# after receiving the latest changes</p>>
110
110
}
111
111
</server>
112
112
132
132
<script language="cache" method="PerformSync" arguments="syncMsg:%String">
133
133
&js<document.getElementById('outputContainer').style.display = 'block'>
134
134
&js<document.getElementById('outputHeader').style.display = 'block'>
135
- set $NAMESPACE = "USER"
136
135
set buffer = ##class(SourceControl.Git.Util.Buffer).%New()
137
136
do buffer.BeginCaptureOutput()
138
137
You can’t perform that action at this time.
0 commit comments