'From Squeak3.9alpha of 4 July 2005 [latest update: #6709] on 14 January 2006 at 9:40:06 pm'! "Change Set: 6710ServicesNewTestRunner Date: 14 January 2006 Author: stephaneducasse Add NewTestRunner and Service + Debugger fixes"! "Postscript: Leave the line above, and replace the rest of this comment by a useful one. Executable statements should follow this comment, and should be separated by periods, with no exclamation points (!!). Be sure to put any further comments in double-quotes, like this one." |repository| repository := MCHttpRepository location: 'http://source.squeakfoundation.org/39a' user: '' password: ''. (repository loadVersionFromFileNamed: 'ScriptLoader-stephaneducasse.78.mcz') load. ScriptLoader new updateFrom6709 !