[Pkg] Sake : Sake-Core-kph.82.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Sat Dec 13 02:34:39 UTC 2008


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

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

Name: Sake-Core-kph.82
Author: kph
Time: 13 December 2008, 2:34:37 am
UUID: 06ae8929-6db3-4ea8-bc7f-c03811827095
Ancestors: Sake-Core-kph.81

fix typo

=============== Diff against Sake-Core-kph.81 ===============

Item was changed:
  ----- Method: MCWorkingCopy>>taskSaveIn:withComment: (in category '*sake-core') -----
  taskSaveIn: repo withComment: message
   
  	^ SakeTask define: [ :task |
   
  		task if: [ (self changesRelativeToRepository: repo) isEmpty not ].
   				
  		task action: [ self repositoryGroup addRepository: repo.
+ 				repo storeVersion: (self newVersionWithName: self uniqueVersionName message: message)
- 				repository storeVersion: (self newVersionWithName: self uniqueVersionName message: message)
  			] 
  		
  	  ].
   !



More information about the Packages mailing list