#REFACTORING by exept
authorClaus Gittinger <cg@exept.de>
Tue, 09 Jul 2019 20:49:07 +0200
changeset 4458 abe7565c10fb
parent 4457 b8f7fa076a43
child 4459 996c5e249b27
#REFACTORING by exept class: SourceCodeManagerUtilities changed: #diffSetOfProject:againstRepositoryVersionFrom:orTag:extensionsOnly: Transcript showCR:(... bindWith:...) -> Transcript showCR:... with:...
SourceCodeManagerUtilities.st
--- a/SourceCodeManagerUtilities.st	Tue Jul 09 20:08:40 2019 +0200
+++ b/SourceCodeManagerUtilities.st	Tue Jul 09 20:49:07 2019 +0200
@@ -3782,7 +3782,7 @@
 
     diffSet isEmpty ifTrue:[
         "/ Dialog information:(resources string:'%1 is up-to-date.' with:eachProject allBold).
-        Transcript showCR:('%1 is up-to-date.' bindWith:aProject allBold).
+        Transcript showCR:'%1 is up-to-date.' with:aProject allBold.
         (ChangeSet current includesChangeForPackage:aProject) ifTrue:[
             (Dialog confirm:('%1 is up-to-date.\\Cleanup ChangeSet ?' bindWith:aProject allBold) withCRs) ifTrue:[
                 ChangeSet current condenseChangesForPackage:aProject.