The Trunk: Monticello-cmm.418.mcz

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

The Trunk: Monticello-cmm.418.mcz

commits-2
Chris Muller uploaded a new version of Monticello to project The Trunk:
http://source.squeak.org/trunk/Monticello-cmm.418.mcz

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

Name: Monticello-cmm.418
Author: cmm
Time: 25 January 2011, 1:21:17.106 pm
UUID: 96fb426d-bd0a-4a12-a24b-a376e10d5680
Ancestors: Monticello-dtl.417

More-informative HTTP creation template that also allows double-clicking on the new word, "ProjectName", for easier input.

=============== Diff against Monticello-dtl.417 ===============

Item was changed:
  ----- Method: MCHttpRepository class>>creationTemplate (in category 'as yet unclassified') -----
  creationTemplate
+ ^self creationTemplateLocation: 'http://www.squeaksource.com/ProjectName'
- ^self creationTemplateLocation: 'http://www.squeaksource.com/'
  user: 'squeak'
  password: 'squeak'
  !