MCWorkingHistoryBrowser.st
author Claus Gittinger <cg@exept.de>
Sat, 01 Sep 2018 17:32:31 +0200
changeset 1087 d37466310a6a
parent 593 2e19ebd1997f
child 995 92bb466548a9
permissions -rw-r--r--
initial checkin class: MCFileTreeFileSystemUtils class: MCFileTreeFileSystemUtils class added:17 methods

"{ Package: 'stx:goodies/monticello' }"

MCVersionHistoryBrowser subclass:#MCWorkingHistoryBrowser
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'SCM-Monticello-UI'
!


!MCWorkingHistoryBrowser methodsFor:'as yet unclassified'!

baseSnapshot
	^ package snapshot
! !

!MCWorkingHistoryBrowser class methodsFor:'documentation'!

version
    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCWorkingHistoryBrowser.st,v 1.2 2012-09-11 21:14:18 cg Exp $'
! !