mercurial/HGWorkingCopyFile.st
changeset 210 54a73fa50d40
parent 190 a4a4b6f2fc52
child 234 a9ef61b902ae
equal deleted inserted replaced
209:1ac6a3ac648a 210:54a73fa50d40
       
     1 "
       
     2  COPYRIGHT (c) 2012-2013 by Jan Vrany
       
     3               All Rights Reserved
       
     4 
       
     5  This software is furnished under a license and may be used
       
     6  only in accordance with the terms of that license and with the
       
     7  inclusion of the above copyright notice.   This software may not
       
     8  be provided or otherwise made available to, or used by, any
       
     9  other person.  No title to or ownership of the software is
       
    10  hereby transferred.
       
    11 "
     1 "{ Package: 'stx:libscm/mercurial' }"
    12 "{ Package: 'stx:libscm/mercurial' }"
     2 
    13 
     3 Object subclass:#HGWorkingCopyFile
    14 Object subclass:#HGWorkingCopyFile
     4 	instanceVariableNames:'wc children filename revisions'
    15 	instanceVariableNames:'wc children filename revisions'
     5 	classVariableNames:''
    16 	classVariableNames:''
    13 	poolDictionaries:''
    24 	poolDictionaries:''
    14 	privateIn:HGWorkingCopyFile
    25 	privateIn:HGWorkingCopyFile
    15 !
    26 !
    16 
    27 
    17 !HGWorkingCopyFile class methodsFor:'documentation'!
    28 !HGWorkingCopyFile class methodsFor:'documentation'!
       
    29 
       
    30 copyright
       
    31 "
       
    32  COPYRIGHT (c) 2012-2013 by Jan Vrany
       
    33               All Rights Reserved
       
    34 
       
    35  This software is furnished under a license and may be used
       
    36  only in accordance with the terms of that license and with the
       
    37  inclusion of the above copyright notice.   This software may not
       
    38  be provided or otherwise made available to, or used by, any
       
    39  other person.  No title to or ownership of the software is
       
    40  hereby transferred.
       
    41 "
       
    42 !
    18 
    43 
    19 documentation
    44 documentation
    20 "
    45 "
    21     A representation on a file in working copy. It behaves just like 
    46     A representation on a file in working copy. It behaves just like 
    22     ordinary filename but also provides methods for quering it's
    47     ordinary filename but also provides methods for quering it's