Marcel Taeumel uploaded a new version of Monticello to project The Trunk:
http://source.squeak.org/trunk/Monticello-mt.723.mcz==================== Summary ====================
Name: Monticello-mt.723
Author: mt
Time: 9 June 2020, 4:25:51.863525 pm
UUID: c851a345-4eb8-1142-bf75-29e9a04ff2d9
Ancestors: Monticello-jr.722
Try to make CI on squeak-app pass again.
=============== Diff against Monticello-jr.722 ===============
Item was changed:
----- Method: MCHttpRepository>>clearCredentials (in category 'accessing') -----
clearCredentials
+ user beWritableObject.
user ifNotNil: [user atAllPut: $x].
+ password beWritableObject.
password ifNotNil: [password atAllPut: $x].
user := password := String empty!