MCWorkingHistoryBrowser.st
branchjv
changeset 995 92bb466548a9
parent 593 2e19ebd1997f
child 1121 c5661215109c
equal deleted inserted replaced
994:73e11bcc0ff1 995:92bb466548a9
     1 "{ Package: 'stx:goodies/monticello' }"
     1 "{ Package: 'stx:goodies/monticello' }"
       
     2 
       
     3 "{ NameSpace: Smalltalk }"
     2 
     4 
     3 MCVersionHistoryBrowser subclass:#MCWorkingHistoryBrowser
     5 MCVersionHistoryBrowser subclass:#MCWorkingHistoryBrowser
     4 	instanceVariableNames:''
     6 	instanceVariableNames:''
     5 	classVariableNames:''
     7 	classVariableNames:''
     6 	poolDictionaries:''
     8 	poolDictionaries:''
    17 !MCWorkingHistoryBrowser class methodsFor:'documentation'!
    19 !MCWorkingHistoryBrowser class methodsFor:'documentation'!
    18 
    20 
    19 version
    21 version
    20     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCWorkingHistoryBrowser.st,v 1.2 2012-09-11 21:14:18 cg Exp $'
    22     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCWorkingHistoryBrowser.st,v 1.2 2012-09-11 21:14:18 cg Exp $'
    21 ! !
    23 ! !
       
    24