SourceCodeManagerUtilities.st
changeset 2041 fb85bf748dbb
parent 2013 0457926edfdb
child 2042 e2311b66ad94
equal deleted inserted replaced
2040:2f438a80ff5c 2041:fb85bf748dbb
  2200         aStream nextPutLine:'  Binary based upon : ' , rv.
  2200         aStream nextPutLine:'  Binary based upon : ' , rv.
  2201         aStream cr.
  2201         aStream cr.
  2202     ].
  2202     ].
  2203 
  2203 
  2204     info notNil ifTrue:[
  2204     info notNil ifTrue:[
  2205         (info includesKey:#revision) ifFalse:[
  2205         (info revision notNil) ifFalse:[
  2206             aStream nextPutLine:'WARNING:'; cr.
  2206             aStream nextPutLine:'WARNING:'; cr.
  2207             aStream nextPutLine:'  The class seems not to be loaded from the repository.'.
  2207             aStream nextPutLine:'  The class seems not to be loaded from the repository.'.
  2208             aStream nextPutLine:'  Check carefully before checking anything in.'.
  2208             aStream nextPutLine:'  Check carefully before checking anything in.'.
  2209             aStream nextPutLine:'  (i.e. compare with repository for renamed class(es), same-name but unrelated etc.)'.
  2209             aStream nextPutLine:'  (i.e. compare with repository for renamed class(es), same-name but unrelated etc.)'.
  2210             aStream cr.
  2210             aStream cr.
  2950 ! !
  2950 ! !
  2951 
  2951 
  2952 !SourceCodeManagerUtilities class methodsFor:'documentation'!
  2952 !SourceCodeManagerUtilities class methodsFor:'documentation'!
  2953 
  2953 
  2954 version
  2954 version
  2955     ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.175 2008-09-25 16:15:10 mb Exp $'
  2955     ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.176 2008-10-22 22:15:40 cg Exp $'
  2956 ! !
  2956 ! !