MCWorkingHistoryBrowser.st
changeset 593 2e19ebd1997f
parent 134 0a85ff5ca121
child 995 92bb466548a9
equal deleted inserted replaced
592:4513e04e31a2 593:2e19ebd1997f
     2 
     2 
     3 MCVersionHistoryBrowser subclass:#MCWorkingHistoryBrowser
     3 MCVersionHistoryBrowser subclass:#MCWorkingHistoryBrowser
     4 	instanceVariableNames:''
     4 	instanceVariableNames:''
     5 	classVariableNames:''
     5 	classVariableNames:''
     6 	poolDictionaries:''
     6 	poolDictionaries:''
     7 	category:'Monticello-UI'
     7 	category:'SCM-Monticello-UI'
     8 !
     8 !
     9 
     9 
    10 
    10 
    11 !MCWorkingHistoryBrowser methodsFor:'as yet unclassified'!
    11 !MCWorkingHistoryBrowser methodsFor:'as yet unclassified'!
    12 
    12 
    15 ! !
    15 ! !
    16 
    16 
    17 !MCWorkingHistoryBrowser class methodsFor:'documentation'!
    17 !MCWorkingHistoryBrowser class methodsFor:'documentation'!
    18 
    18 
    19 version
    19 version
    20     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCWorkingHistoryBrowser.st,v 1.1 2006-11-22 13:25:33 cg Exp $'
    20     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCWorkingHistoryBrowser.st,v 1.2 2012-09-11 21:14:18 cg Exp $'
    21 ! !
    21 ! !