Marcel Taeumel uploaded a new version of Monticello to project The Trunk:
http://source.squeak.org/trunk/Monticello-mt.736.mcz==================== Summary ====================
Name: Monticello-mt.736
Author: mt
Time: 4 March 2021, 4:47:21.662431 pm
UUID: 79f9cc15-fc98-ad48-9907-49abd9a3808e
Ancestors: Monticello-mt.735
Fixes typo.
=============== Diff against Monticello-mt.735 ===============
Item was changed:
----- Method: MCRepositoryInspector>>save (in category 'actions') -----
save
self pickRepository ifNotNil:
[:repository |
(self repository = MCRepository inbox and:
[repository = MCRepository trunk or: [repository = MCRepository treated]]) ifTrue:
+ [self notify: 'Versions from the inbox should only be moved, not copied. Instead, use the web interface via source.squeak.org to manage inbox contributions.\\Do you want to proceed anyway?' translated withCRs].
- [self notify: 'Versions from the inbox should only be moved, not copied. Instead, use the web interface via source.squeak.org to manage inbox constributions.\\Do you want to proceed anyway?' translated withCRs].
repository storeVersion: self version]!