VersionDiffBrowser.st
changeset 14078 92e2df7adcca
parent 14076 fbed27a15014
child 14363 f70b27db57b6
equal deleted inserted replaced
14077:f8e4ae23e0c4 14078:92e2df7adcca
  1150 
  1150 
  1151     "Modified: / 06-03-2012 / 15:37:32 / cg"
  1151     "Modified: / 06-03-2012 / 15:37:32 / cg"
  1152 !
  1152 !
  1153 
  1153 
  1154 isMultipleVersionBrowser
  1154 isMultipleVersionBrowser
  1155     ^ isMultipleVersionBrowser
  1155     ^ isMultipleVersionBrowser ? false
  1156 !
  1156 !
  1157 
  1157 
  1158 selectedChangeInA
  1158 selectedChangeInA
  1159     "
  1159     "
  1160     gets the selected method change for the 'method only in version A'.
  1160     gets the selected method change for the 'method only in version A'.
  2869 ! !
  2869 ! !
  2870 
  2870 
  2871 !VersionDiffBrowser class methodsFor:'documentation'!
  2871 !VersionDiffBrowser class methodsFor:'documentation'!
  2872 
  2872 
  2873 version
  2873 version
  2874     ^ '$Header: /cvs/stx/stx/libtool/VersionDiffBrowser.st,v 1.119 2014-02-28 18:27:01 cg Exp $'
  2874     ^ '$Header: /cvs/stx/stx/libtool/VersionDiffBrowser.st,v 1.120 2014-02-28 18:58:16 cg Exp $'
  2875 !
  2875 !
  2876 
  2876 
  2877 version_CVS
  2877 version_CVS
  2878     ^ '$Header: /cvs/stx/stx/libtool/VersionDiffBrowser.st,v 1.119 2014-02-28 18:27:01 cg Exp $'
  2878     ^ '$Header: /cvs/stx/stx/libtool/VersionDiffBrowser.st,v 1.120 2014-02-28 18:58:16 cg Exp $'
  2879 ! !
  2879 ! !
  2880 
  2880