The Inbox: Monticello-cmm.566.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-cmm.566.mcz

commits-2
A new version of Monticello was added to project The Inbox:
http://source.squeak.org/inbox/Monticello-cmm.566.mcz

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

Name: Monticello-cmm.566
Author: cmm
Time: 6 September 2013, 5:01:08.712 pm
UUID: 03a274f3-a7bb-4f40-8786-3e3e1a921a59
Ancestors: Monticello-cmm.565

Fix URL for prototype.

=============== Diff against Monticello-cmm.565 ===============

Item was changed:
  ----- Method: MCHttpRepository>>mcModel (in category 'overriding') -----
  mcModel
  "Answer the object which can respond to #historyOf: and #originOf:."
+ ^ (location = 'http://localhost:8888/trunk' or: [ location = 'http://box4.squeak.org:8888/trunk' ]) ifTrue: [ self ]!
- ^ (location = 'http://localhost:8888/trunk' or: [ location = 'http://box4.squeak.org/trunk' ]) ifTrue: [ self ]!