[Pkg] Monticello Public: Monticello.impl-kph.641.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Sat Mar 7 18:32:21 UTC 2009


A new version of Monticello.impl was added to project Monticello Public:
http://www.squeaksource.com/mc/Monticello.impl-kph.641.mcz

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

Name: Monticello.impl-kph.641
Author: kph
Time: 7 March 2009, 6:31:03 pm
UUID: 1e88a082-0b46-11de-ba95-000a95edb42a
Ancestors: Monticello.impl-kph.640

~ fix to saveAllAdAdoptingHistory:withComment:

=============== Diff against Monticello.impl-kph.640 ===============

Item was changed:
  ----- Method: MCWorkingCopy class>>saveAllAdoptingHistoryIn:withComment: (in category 'as yet unclassified') -----
+ saveAllAdoptingHistoryIn: repo withComment: comment
- saveAllAdoptingHistoryIn: dirRepoPath withComment: comment
  
   	(self allManagers select: [ :wc | wc needsSaving ])
  		do: [ :wc | 
  	
+ 	 wc saveAdoptingHistoryIn: repo withComment: comment
- 	 wc saveAdoptingHistoryIn:  (FileDirectory on: dirRepoPath) withComment: comment
  	
  	].!



More information about the Packages mailing list