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

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Sat Dec 13 16:20:01 UTC 2008


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

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

Name: Sake-Core-kph.85
Author: kph
Time: 13 December 2008, 4:19:59 pm
UUID: c034dcdb-1073-4411-8988-720743fae2ed
Ancestors: Sake-Core-kph.83, Sake-Core-kph.84

merged

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

Item was added:
+ ----- Method: MCWorkingCopy>>taskSaveWithComment: (in category '*sake-core') -----
+ taskSaveWithComment: message
+  
+ 	^ (self taskSaveIn: self repository withComment: message) defined
+  !

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



More information about the Packages mailing list