# HG changeset patch # User Claus Gittinger # Date 1559940722 -7200 # Node ID 3526402a9996f116742c720ad8541a2698940307 # Parent 1205acd9680de3ff963463558980fa3856e765bd #REFACTORING by cg class: SourceCodeManagerUtilities changed: #askForExistingRevision:title:class:manager:module:package:fileName: diff -r 1205acd9680d -r 3526402a9996 SourceCodeManagerUtilities.st --- a/SourceCodeManagerUtilities.st Wed May 29 03:27:54 2019 +0000 +++ b/SourceCodeManagerUtilities.st Fri Jun 07 22:52:02 2019 +0200 @@ -1,5 +1,3 @@ -"{ Encoding: utf8 }" - " COPYRIGHT (c) 2000 eXept Software AG All Rights Reserved @@ -4993,9 +4991,9 @@ item := '%1%2 [%3 by %4 (%5 %6)]' bindWith:rev allBold with:flag with:dateAndTimeString with:who with:reason with:each changedLinesInfo. reason = 'BUGFIX' ifTrue:[ - item colorizeAllWith:Color red + item withColor:Color red ] ifFalse:[reason = 'DOCUMENTATION' ifTrue:[ - item colorizeAllWith:Color grey + item withColor:Color grey ] ifFalse:[ item ]] @@ -5138,7 +5136,7 @@ "Modified: / 06-12-2017 / 12:30:32 / cg" "Modified: / 12-03-2019 / 11:46:34 / Stefan Vogel" - "Modified: / 12-05-2019 / 13:04:06 / Claus Gittinger" + "Modified: / 07-06-2019 / 22:13:30 / Claus Gittinger" ! checkAndWarnAboutBadMessagesInClass:aClass checkAgainHolder:checkAgainHolder