MCCommitDialog.st
branchjv
changeset 988 536fd853efeb
parent 974 c7dccf72f591
child 1002 54b4906215ca
--- a/MCCommitDialog.st	Fri Apr 24 12:49:54 2015 +0100
+++ b/MCCommitDialog.st	Fri Apr 24 08:41:13 2015 +0100
@@ -34,12 +34,16 @@
 'A log message describing this version (your changes)'
 
 #includeExtrasForSTX
-'Include extra support files (makefiles) needed to build a binary class library under ST/X.
+'When checked, include extra support files (makefiles) needed to build a binary class library under ST/X.
 If this is not checked, only the plain code is saved which is needed to load the package as bytecode.
 Notice, that those files are not strictly required - they can easily be recreated by loading the package,
 and then recreating the support files from the system browser on the target system.
 Turn this off, if this package is meant to be transported to or shared with other Smalltalk dialects.
-(however, this is transparent to other Smalltalk dialects - these will simply ignore these additional definitions)'
+(however, this is transparent to other Smalltalk dialects - these will simply ignore these additional definitions)
+
+When unchecked, project definition class and version_XX methods are ommited (i.e., not present in .mcz).
+This may be desirable when commiting Smalltalk/X changes back to Squeak / Pharo upstream repository
+(and maintainer does not want these in the code even though it does not hurt)'
 
 #clearChangeSet
 'Clear the internal changeset after the Monticello commit'
@@ -51,6 +55,8 @@
 'The name of the version (will also be the name of the generated package file)'
 
 )
+
+    "Modified: / 24-04-2015 / 08:39:42 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !MCCommitDialog class methodsFor:'interface specs'!
@@ -547,6 +553,11 @@
     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCCommitDialog.st,v 1.13 2015-02-25 00:12:38 cg Exp $'
 !
 
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+!
+
 version_MC
     ^ '$stx:goodies/monticello-cg.3 4e70fe70-f030-11e1-ac62-001f3bda2d09 2012-08-27T12:16:46 cg$'
 !