MCStXNamespaceQuery.st
author Jan Vrany <jan.vrany@labware.com>
Mon, 13 Sep 2021 15:51:06 +0100
branchjv
changeset 1149 62ce23d03e78
parent 599 fe8a3c887c3d
permissions -rw-r--r--
Rewrite 'BlockClosure' to 'Block' when reading snapshot This code is actually rubbish - we need two separate porters: 1. an exporter when writing from St/X to monticello/tonel 2. and an importer when reading monticello/tonel into St/X.

"
COPYRIGHT (c) 2021 LabWare
"
"{ Package: 'stx:goodies/monticello' }"

"{ NameSpace: Smalltalk }"

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

!MCStXNamespaceQuery class methodsFor:'documentation'!

copyright
"
COPYRIGHT (c) 2021 LabWare


"
! !

!MCStXNamespaceQuery class methodsFor:'documentation'!

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

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

version_HG

    ^ '$Changeset: <not expanded> $'
! !