VersionDiffBrowser.st
changeset 17350 9b2d4f4433cf
parent 17349 2b493c7ccb5e
child 17352 e562e78bb79c
equal deleted inserted replaced
17349:2b493c7ccb5e 17350:9b2d4f4433cf
  2175 
  2175 
  2176 updateLists
  2176 updateLists
  2177     "walk over the changeSet and setup the 3 lists:
  2177     "walk over the changeSet and setup the 3 lists:
  2178      onlyInA, changed, onlyInB,
  2178      onlyInA, changed, onlyInB,
  2179      Optionally filter extensions, categoryChanges and versionMethods,
  2179      Optionally filter extensions, categoryChanges and versionMethods,
       
  2180      changes with same semantic (variable renames)
  2180      and changes which have been explicitly filtered by the user."
  2181      and changes which have been explicitly filtered by the user."
  2181 
  2182 
  2182     |listOnlyInA listOnlyInB listChanged
  2183     |listOnlyInA listOnlyInB listChanged
  2183      printStringGenerator sortBlockForChangeLists filteredList
  2184      printStringGenerator sortBlockForChangeLists filteredList
  2184      numIgnoredExtensions numIgnoredVersionMethods 
  2185      numIgnoredExtensions numIgnoredVersionMethods 
  2400     numIgnoredVersionMethods ~~ 0 ifTrue:[
  2401     numIgnoredVersionMethods ~~ 0 ifTrue:[
  2401         info := info , ('; %1 version methods ignored.' bindWith:numIgnoredVersionMethods).
  2402         info := info , ('; %1 version methods ignored.' bindWith:numIgnoredVersionMethods).
  2402     ].
  2403     ].
  2403     self information:info
  2404     self information:info
  2404 
  2405 
  2405     "Modified (format): / 06-02-2017 / 09:21:20 / cg"
  2406     "Modified (comment): / 06-02-2017 / 10:09:11 / cg"
  2406 !
  2407 !
  2407 
  2408 
  2408 updateVersionList
  2409 updateVersionList
  2409     "asks the classes source code manager for a list of revisions;
  2410     "asks the classes source code manager for a list of revisions;
  2410      construct versionInfoList (containing the full info), versionList (containing version numbers only)
  2411      construct versionInfoList (containing the full info), versionList (containing version numbers only)