The Inbox: Monticello-ar.394.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Inbox: Monticello-ar.394.mcz

commits-2
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!