mercurial/HGChangesetId.st
changeset 280 d05631868f35
parent 210 54a73fa50d40
child 282 fb71143ed353
equal deleted inserted replaced
279:4e24604b7efb 280:d05631868f35
   325     ].
   325     ].
   326 
   326 
   327     aStream nextPutAll: (self copyTo: 6) hexPrintString asLowercase
   327     aStream nextPutAll: (self copyTo: 6) hexPrintString asLowercase
   328 
   328 
   329     "Modified: / 01-12-2012 / 00:55:49 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   329     "Modified: / 01-12-2012 / 00:55:49 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
   330 !
       
   331 
       
   332 printStringWithoutNumber
       
   333     ^(self copyTo: 6) hexPrintString asLowercase
       
   334 
       
   335     "Created: / 27-03-2013 / 11:52:25 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   330 ! !
   336 ! !
   331 
   337 
   332 !HGChangesetId methodsFor:'queries'!
   338 !HGChangesetId methodsFor:'queries'!
   333 
   339 
   334 hasHashOnly
   340 hasHashOnly