Skip to content

Commit 247bc5d

Browse files
committed
committing brief work to test something
1 parent d423060 commit 247bc5d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cls/SourceControl/Git/WebUIDriver.cls

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,9 @@ ClassMethod HandleRequest(pagePath As %String, InternalName As %String = "", Out
159159
do ##class(SourceControl.Git.Change).RefreshUncommitted(,,,1)
160160
}
161161
set handled = 1
162+
} elseif (pathStart = "newgit") {
163+
merge data = %request.Data
164+
162165
}
163166
}
164167
}

0 commit comments

Comments
 (0)