mercurial/HGChange.st
branchcvs_MAIN
changeset 635 6d4680d8aff5
parent 509 f92210d4585b
child 696 f8c7bdd06151
equal deleted inserted replaced
634:d1d4970a573f 635:6d4680d8aff5
    15 You should have received a copy of the GNU Lesser General Public
    15 You should have received a copy of the GNU Lesser General Public
    16 License along with this library; if not, write to the Free Software
    16 License along with this library; if not, write to the Free Software
    17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    18 "
    18 "
    19 "{ Package: 'stx:libscm/mercurial' }"
    19 "{ Package: 'stx:libscm/mercurial' }"
       
    20 
       
    21 "{ NameSpace: Smalltalk }"
    20 
    22 
    21 Object subclass:#HGChange
    23 Object subclass:#HGChange
    22 	instanceVariableNames:'changeset path'
    24 	instanceVariableNames:'changeset path'
    23 	classVariableNames:''
    25 	classVariableNames:''
    24 	poolDictionaries:''
    26 	poolDictionaries:''
   254     ^ true
   256     ^ true
   255 ! !
   257 ! !
   256 
   258 
   257 !HGChange class methodsFor:'documentation'!
   259 !HGChange class methodsFor:'documentation'!
   258 
   260 
       
   261 version
       
   262     ^ '$Header$'
       
   263 !
       
   264 
       
   265 version_CVS
       
   266     ^ '$Header$'
       
   267 !
       
   268 
   259 version_HG
   269 version_HG
   260 
   270 
   261     ^ '$Changeset: <not expanded> $'
   271     ^ '$Changeset: <not expanded> $'
   262 ! !
   272 ! !
   263 
   273