Mercurial > hg
comparison hgext/pager.py @ 40431:8ebb05f747e5 stable
fix: disable use of thread-based worker
getfixes() accesses to repo, changectx, filectx, etc., so I believe there
are code paths triggering data race. Mercurial API isn't thread safe in
general.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Wed, 31 Oct 2018 21:16:54 +0900 |
parents | 03f7db5f8e71 |
children | 2372284d9457 |
comparison
equal
deleted
inserted
replaced
40429:14b6afc6cb28 | 40431:8ebb05f747e5 |
---|