VersionDiffBrowser.st
branchjv
changeset 13170 c9b815af5777
parent 12650 e0f607754b9a
parent 12865 7c68b472c4a6
child 13182 bc686a7cc736
equal deleted inserted replaced
12819:0ce340e972c4 13170:c9b815af5777
  1921                 change isMethodCodeChange ifTrue:[
  1921                 change isMethodCodeChange ifTrue:[
  1922                     self includeExtensions ifFalse:[
  1922                     self includeExtensions ifFalse:[
  1923                         packageOfMethodInChange := change package.
  1923                         packageOfMethodInChange := change package.
  1924                         (packageOfMethodInChange notNil
  1924                         (packageOfMethodInChange notNil
  1925                           and:[ packageOfMethodInChange ~= PackageId noProjectID
  1925                           and:[ packageOfMethodInChange ~= PackageId noProjectID
  1926                           and:[ packageOfMethodInChange ~= change changeClass package ]]) ifTrue:[
  1926                           and:[ change changeClass notNil 
       
  1927                                 and:[ packageOfMethodInChange ~= change changeClass package ]]]) ifTrue:[
  1927                             ignored := true
  1928                             ignored := true
  1928                         ].
  1929                         ].
  1929 
  1930 
  1930                         changeMethod := change changeMethod.
  1931                         changeMethod := change changeMethod.
  1931                         changeMethod notNil ifTrue:[
  1932                         changeMethod notNil ifTrue:[
  2445 ! !
  2446 ! !
  2446 
  2447 
  2447 !VersionDiffBrowser class methodsFor:'documentation'!
  2448 !VersionDiffBrowser class methodsFor:'documentation'!
  2448 
  2449 
  2449 version
  2450 version
  2450     ^ '$Header: /cvs/stx/stx/libtool/VersionDiffBrowser.st,v 1.112 2013-03-23 11:37:08 cg Exp $'
  2451     ^ '$Header: /cvs/stx/stx/libtool/VersionDiffBrowser.st,v 1.113 2013-06-06 17:12:57 cg Exp $'
  2451 !
  2452 !
  2452 
  2453 
  2453 version_CVS
  2454 version_CVS
  2454     ^ '$Header: /cvs/stx/stx/libtool/VersionDiffBrowser.st,v 1.112 2013-03-23 11:37:08 cg Exp $'
  2455     ^ '$Header: /cvs/stx/stx/libtool/VersionDiffBrowser.st,v 1.113 2013-06-06 17:12:57 cg Exp $'
  2455 !
  2456 !
  2456 
  2457 
  2457 version_HG
  2458 version_HG
  2458 
  2459 
  2459     ^ '$Changeset: <not expanded> $'
  2460     ^ '$Changeset: <not expanded> $'