[Pkg] Installer: Installer-Core-kph.286.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Fri Feb 13 06:14:05 UTC 2009


A new version of Installer-Core was added to project Installer:
http://www.squeaksource.com/Installer/Installer-Core-kph.286.mcz

==================== Summary ====================

Name: Installer-Core-kph.286
Author: kph
Time: 13 February 2009, 6:14:01 am
UUID: c9084eae-c52c-4568-b68e-e02f4e20d694
Ancestors: Installer-Core-kph.285

Manits changeset names, now include the bug number as a prefix, and remove it if it is in the name.

=============== Diff against Installer-Core-kph.285 ===============

Item was changed:
  ----- Method: InstallerMantis>>validChangeSetName: (in category 'action report') -----
  validChangeSetName: aFileName
  
  	| csn prefix |
  
  	csn := super validChangeSetName: aFileName.
  	
  	prefix := 'M' , self bug asString.
  	
  	^ (csn beginsWith: prefix) 
  		ifTrue: [ csn ]
+ 		ifFalse: [ prefix, '-', (csn replaceAll: prefix with: '') ].
+ 		
+ 	!
- 		ifFalse: [ prefix, '-', csn ]!



More information about the Packages mailing list