mercurial/HGRepositoryObject.st
branchcvs_MAIN
changeset 853 4e41a616ceca
parent 637 9d34e072d3f3
equal deleted inserted replaced
852:cb63086e22ac 853:4e41a616ceca
       
     1 "{ Encoding: utf8 }"
       
     2 
     1 "
     3 "
     2 stx:libscm - a new source code management library for Smalltalk/X
     4 stx:libscm - a new source code management library for Smalltalk/X
     3 Copyright (C) 2012-2015 Jan Vrany
     5 Copyright (C) 2012-2015 Jan Vrany
     4 
     6 
     5 This library is free software; you can redistribute it and/or
     7 This library is free software; you can redistribute it and/or
   104     ^repository synchronizationSemaphore
   106     ^repository synchronizationSemaphore
   105 
   107 
   106     "Created: / 16-12-2012 / 00:41:01 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   108     "Created: / 16-12-2012 / 00:41:01 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   107 !
   109 !
   108 
   110 
   109 synchronizationSemaphore: aRecursionLock
   111 synchronizationSemaphore:aRecursionLock
   110     self breakPoint: #jv.
   112     self breakPoint: #jv.
   111     repository synchronizationSemaphore: aRecursionLock
   113     repository synchronizationSemaphore: aRecursionLock
   112 
   114 
   113     "Created: / 16-12-2012 / 00:41:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   115     "Created: / 16-12-2012 / 00:41:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
   116     "Modified (format): / 01-08-2018 / 13:23:39 / Claus Gittinger"
   114 ! !
   117 ! !
   115 
   118 
   116 !HGRepositoryObject class methodsFor:'documentation'!
   119 !HGRepositoryObject class methodsFor:'documentation'!
   117 
   120 
   118 version
   121 version