MCCommitDialog.st
branchjv
changeset 988 536fd853efeb
parent 974 c7dccf72f591
child 1002 54b4906215ca
equal deleted inserted replaced
987:7dbc6348209e 988:536fd853efeb
    32 
    32 
    33 #commitMessage
    33 #commitMessage
    34 'A log message describing this version (your changes)'
    34 'A log message describing this version (your changes)'
    35 
    35 
    36 #includeExtrasForSTX
    36 #includeExtrasForSTX
    37 'Include extra support files (makefiles) needed to build a binary class library under ST/X.
    37 'When checked, include extra support files (makefiles) needed to build a binary class library under ST/X.
    38 If this is not checked, only the plain code is saved which is needed to load the package as bytecode.
    38 If this is not checked, only the plain code is saved which is needed to load the package as bytecode.
    39 Notice, that those files are not strictly required - they can easily be recreated by loading the package,
    39 Notice, that those files are not strictly required - they can easily be recreated by loading the package,
    40 and then recreating the support files from the system browser on the target system.
    40 and then recreating the support files from the system browser on the target system.
    41 Turn this off, if this package is meant to be transported to or shared with other Smalltalk dialects.
    41 Turn this off, if this package is meant to be transported to or shared with other Smalltalk dialects.
    42 (however, this is transparent to other Smalltalk dialects - these will simply ignore these additional definitions)'
    42 (however, this is transparent to other Smalltalk dialects - these will simply ignore these additional definitions)
       
    43 
       
    44 When unchecked, project definition class and version_XX methods are ommited (i.e., not present in .mcz).
       
    45 This may be desirable when commiting Smalltalk/X changes back to Squeak / Pharo upstream repository
       
    46 (and maintainer does not want these in the code even though it does not hurt)'
    43 
    47 
    44 #clearChangeSet
    48 #clearChangeSet
    45 'Clear the internal changeset after the Monticello commit'
    49 'Clear the internal changeset after the Monticello commit'
    46 
    50 
    47 #repository
    51 #repository
    49 
    53 
    50 #versionName
    54 #versionName
    51 'The name of the version (will also be the name of the generated package file)'
    55 'The name of the version (will also be the name of the generated package file)'
    52 
    56 
    53 )
    57 )
       
    58 
       
    59     "Modified: / 24-04-2015 / 08:39:42 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    54 ! !
    60 ! !
    55 
    61 
    56 !MCCommitDialog class methodsFor:'interface specs'!
    62 !MCCommitDialog class methodsFor:'interface specs'!
    57 
    63 
    58 contentSpec
    64 contentSpec
   545 
   551 
   546 version_CVS
   552 version_CVS
   547     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCCommitDialog.st,v 1.13 2015-02-25 00:12:38 cg Exp $'
   553     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCCommitDialog.st,v 1.13 2015-02-25 00:12:38 cg Exp $'
   548 !
   554 !
   549 
   555 
       
   556 version_HG
       
   557 
       
   558     ^ '$Changeset: <not expanded> $'
       
   559 !
       
   560 
   550 version_MC
   561 version_MC
   551     ^ '$stx:goodies/monticello-cg.3 4e70fe70-f030-11e1-ac62-001f3bda2d09 2012-08-27T12:16:46 cg$'
   562     ^ '$stx:goodies/monticello-cg.3 4e70fe70-f030-11e1-ac62-001f3bda2d09 2012-08-27T12:16:46 cg$'
   552 !
   563 !
   553 
   564 
   554 version_SVN
   565 version_SVN