MCInteractiveLoadingQuery.st
author convert-repo
Thu, 07 Apr 2016 04:05:21 +0000
changeset 1008 c9cdc9559304
parent 585 b1af311d3daa
child 1095 87f223484bc3
permissions -rw-r--r--
update tags

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

Query subclass:#MCInteractiveLoadingQuery
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'SCM-Monticello-St/X support'
!


!MCInteractiveLoadingQuery methodsFor:'defaults'!

defaultResumeValue

    ^false

    "Created: / 06-03-2011 / 20:27:24 / Jan Vrany <jan.vrany@fit.cvut.cz>"
! !

!MCInteractiveLoadingQuery class methodsFor:'documentation'!

version
    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCInteractiveLoadingQuery.st,v 1.3 2012-09-11 21:13:15 cg Exp $'
!

version_CVS
    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCInteractiveLoadingQuery.st,v 1.3 2012-09-11 21:13:15 cg Exp $'
!

version_SVN
    ^ '§Id: MCInteractiveLoadingQuery.st 27 2011-03-07 03:48:48Z vranyj1 §'
! !