MCPatchOperation.st
branchjv
changeset 1095 87f223484bc3
parent 666 2e6a07cdf802
equal deleted inserted replaced
1049:082a40c1cc3c 1095:87f223484bc3
       
     1 "{ Encoding: utf8 }"
       
     2 
     1 "{ Package: 'stx:goodies/monticello' }"
     3 "{ Package: 'stx:goodies/monticello' }"
     2 
     4 
     3 Object subclass:#MCPatchOperation
     5 Object subclass:#MCPatchOperation
     4 	instanceVariableNames:''
     6 	instanceVariableNames:''
     5 	classVariableNames:''
     7 	classVariableNames:''
   119 version_CVS
   121 version_CVS
   120     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCPatchOperation.st,v 1.4 2012-09-11 21:25:36 cg Exp $'
   122     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCPatchOperation.st,v 1.4 2012-09-11 21:25:36 cg Exp $'
   121 !
   123 !
   122 
   124 
   123 version_SVN
   125 version_SVN
   124     ^ '§Id: MCPatchOperation.st 5 2010-08-29 07:30:29Z vranyj1 §'
   126     ^ '§Id: MCPatchOperation.st 5 2010-08-29 07:30:29Z vranyj1 §'
   125 ! !
   127 ! !