Skip to content

Commit 0e32905

Browse files
committed
fix: better isolation of InstanceUncommitted list
1 parent 5b5d831 commit 0e32905

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cls/SourceControl/Git/Change.cls

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ ClassMethod InstanceUncommittedExecute(ByRef qHandle As %Binary) As %Status
208208
set tPtr = 0
209209
set qHandle("i") = 1
210210
new $namespace
211+
kill ^||InstanceUncommitted
211212
while $LISTNEXT(namespaces, tPtr, tValue) {
212213
set namespace = $ZCONVERT(tValue, "U")
213214
if '(namespace [ "^") && (namespace '= initNS) {

0 commit comments

Comments
 (0)