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

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Mon Feb 23 01:35:07 UTC 2009


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

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

Name: Monticello.impl-kph.636
Author: kph
Time: 23 February 2009, 1:34:37 am
UUID: 22002eca-014a-11de-8efb-000a95edb42a
Ancestors: Monticello.impl-kph.635

new packages are marked as modified initially
tidied code for creating a working copy

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

Item was changed:
  ----- Method: MCPackageManager>>initializeWithPackage: (in category 'initialize-release') -----
  initializeWithPackage: aPackage
  	package := aPackage.
+ 	self initialize.
+ 	modified := true.!
- 	self initialize.!

Item was changed:
  ----- Method: MCWorkingCopyBrowser>>addWorkingCopy (in category 'actions') -----
  addWorkingCopy
  	|name|
  	name := FillInTheBlankMorph request: 'Name of package:'.
  	name isEmptyOrNil ifFalse:
+ 		[workingCopy := (MCPackage new name: name) workingCopy.
- 		[PackageInfo registerPackageName: name.
- 		workingCopy := MCWorkingCopy forPackage: (MCPackage new name: name).
  		workingCopyWrapper := nil.
  		self repositorySelection: 0].
  	self workingCopyListChanged; changed: #workingCopySelection; changed: #repositoryList.
  	self changedButtons.!



More information about the Packages mailing list