comparison .hgsigs @ 26242:d708873f1f33

revlog: drop local assignment of cache variable The purpose of this code was to provide thread safety. With the conversion of hgweb to use separate localrepository instances per request/thread, we should no longer have any consumers that need to access revlog instances from multiple threads. Remove the code.
author Gregory Szorc <gregory.szorc@gmail.com>
date Sat, 12 Sep 2015 15:16:47 -0700
parents d0843f7e16b4
children 93bfa9fc96e3
comparison
equal deleted inserted replaced
26241:eb97d49768cc 26242:d708873f1f33