We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16ba19c commit 8e84159Copy full SHA for 8e84159
1 file changed
scripts/pre-loading-61.st
@@ -3,3 +3,8 @@ Metacello new
3
repository: 'github://metacello/metacello:pharo-6.1_dev/repository';
4
onConflict: [ :ex | ex allow ];
5
load.
6
+
7
+Metacello new
8
+ repository: 'github://pharo-vcs/tonel';
9
+ baseline: 'Tonel';
10
+ load.
0 commit comments