Skip to content

Commit d49f01d

Browse files
committed
committing before switching branch
1 parent b587b54 commit d49f01d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

cls/SourceControl/Git/Utils.cls

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2418,6 +2418,22 @@ ClassMethod UncommittedWithAction() As %Library.DynamicObject
24182418
quit fileToOtherDevelopers
24192419
}
24202420

2421+
Query InstanceUncommitted() As %Query()
2422+
{
2423+
}
2424+
2425+
ClassMethod InstanceUncommittedExecute(ByRef qHandle As %Binary) As %Status {
2426+
2427+
}
2428+
2429+
ClassMethod InstanceUncommittedFetch(ByRef qHandle As %Binary, ByRef Row As %List, ByRef AtEnd As %Integer = 0) As %Status [PlaceAfter = InstanceUncommittedExecute]{
2430+
2431+
}
2432+
2433+
ClassMethod InstanceUncommittedClose(ByRef qHandle As %Binary) As %Status [PlaceAfter = InstanceUncommittedFetch] {
2434+
2435+
}
2436+
24212437
ClassMethod BuildCEInstallationPackage(ByRef destination As %String) As %Status
24222438
{
24232439
#define sourcedir $System.Util.InstallDirectory()_"devuser/studio/templates/gitsourcecontrol/"

0 commit comments

Comments
 (0)