[squeak-dev] The Inbox: Monticello-ar.394.mcz

commits at source.squeak.org commits at source.squeak.org
Sat May 8 04:21:47 UTC 2010


A new version of Monticello was added to project The Inbox:
http://source.squeak.org/inbox/Monticello-ar.394.mcz

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

Name: Monticello-ar.394
Author: Andreas Raab
Time: 7 May 2010, 9:21:26.462 pm
UUID: 5dd545eb-0aae-1843-95ba-d64d9e5f403e
Ancestors: Monticello-ar.393

Experimental: Make Monticello use the full author name instead of initials. Easier to keep track off. Requires changes to derive authorInitials from authorName.

=============== Diff against Monticello-ar.393 ===============

Item was changed:
  ----- Method: MCWorkingAncestry>>infoWithName:message: (in category 'as yet unclassified') -----
  infoWithName: nameString message: messageString
  	^ MCVersionInfo
  		name: nameString
  		id: UUID new
  		message: messageString
  		date: Date today
  		time: Time now
+ 		author: Utilities authorName
- 		author: Utilities authorInitials
  		ancestors: ancestors asArray
  		stepChildren: self stepChildren asArray!




More information about the Squeak-dev mailing list