File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
18
- Fixed Import All options not importing the Embedded Git configuration file
19
19
- Improved performance of IDE editing and baselining of decomposed productions
20
20
- Fixed Discard / Stash not working on deletes (#688 )
21
+ - Improved performance of deploying changes to decomposed production items (#690 )
21
22
22
23
## [ 2.9.0] - 2025-01-09
23
24
Original file line number Diff line number Diff line change @@ -754,6 +754,7 @@ ClassMethod Exists(ByRef pFilename) As %Boolean
754
754
Return 0
755
755
}
756
756
757
+ /// Adds this item to the list of items that are tracked by source control
757
758
ClassMethod AddToServerSideSourceControl (InternalName As %String ) As %Status
758
759
{
759
760
#dim i as %Integer
@@ -764,10 +765,6 @@ ClassMethod AddToServerSideSourceControl(InternalName As %String) As %Status
764
765
continue
765
766
}
766
767
set @..#Storage@(" items" , item ) = " "
767
- #dim sc as %Status = ..ImportItem (item , 1 )
768
- if 'sc {
769
- set ec = $$$ADDSC(ec , sc )
770
- }
771
768
}
772
769
quit ec
773
770
}
You can’t perform that action at this time.
0 commit comments