Skip to content

Commit 6ac4638

Browse files
committed
mapped items no longer need to be explicitly excluded
1 parent a3fe580 commit 6ac4638

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

cls/SourceControl/Git/Utils.cls

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2083,12 +2083,6 @@ ClassMethod BaselineExport(pCommitMessage = "", pPushToRemote = "") As %Status
20832083
// exclude items in a non-default IPM package
20842084
set context = ##class(SourceControl.Git.PackageManagerContext).ForInternalName(internalName)
20852085
continue:($isobject(context.Package) && 'context.IsInDefaultPackage)
2086-
// exclude CSPX classes
2087-
continue:(rs.Type=4)&&($match(internalName,"CSPX\..*"))
2088-
// exclude Ensemble system classes
2089-
continue:(rs.Type=4)&&($match(internalName,"Ens\..*")||$match(internalName,"EnsLib\..*")||$match(internalName,"EnsPortal\..*"))
2090-
// exclude Ensemble system MAC and INC routines
2091-
continue:((rs.Type=0)||(rs.Type=2))&&($extract(internalName,1,3)="Ens")
20922086
$$$ThrowOnError(..AddToSourceControl(internalName))
20932087
}
20942088
if pCommitMessage '= "" {

0 commit comments

Comments
 (0)