MCChangeSelectionRequest.st
changeset 578 3133e0172511
parent 72 eeb3eceba2e9
child 1167 37c202ea81a8
equal deleted inserted replaced
577:cc25b05a102a 578:3133e0172511
     2 
     2 
     3 Notification subclass:#MCChangeSelectionRequest
     3 Notification subclass:#MCChangeSelectionRequest
     4 	instanceVariableNames:'patch label'
     4 	instanceVariableNames:'patch label'
     5 	classVariableNames:''
     5 	classVariableNames:''
     6 	poolDictionaries:''
     6 	poolDictionaries:''
     7 	category:'Monticello-Versioning'
     7 	category:'SCM-Monticello-Versioning'
     8 !
     8 !
     9 
     9 
    10 
    10 
    11 !MCChangeSelectionRequest methodsFor:'as yet unclassified'!
    11 !MCChangeSelectionRequest methodsFor:'as yet unclassified'!
    12 
    12 
    31 ! !
    31 ! !
    32 
    32 
    33 !MCChangeSelectionRequest class methodsFor:'documentation'!
    33 !MCChangeSelectionRequest class methodsFor:'documentation'!
    34 
    34 
    35 version
    35 version
    36     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCChangeSelectionRequest.st,v 1.1 2006-11-22 13:13:43 cg Exp $'
    36     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCChangeSelectionRequest.st,v 1.2 2012-09-11 21:01:10 cg Exp $'
    37 ! !
    37 ! !