mercurial/revlogutils/concurrency_checker.py
changeset 51860 1c5810ce737e
parent 46607 e9901d01d135
equal deleted inserted replaced
51859:f4733654f144 51860:1c5810ce737e
       
     1 from __future__ import annotations
       
     2 
     1 from ..i18n import _
     3 from ..i18n import _
     2 from .. import error
     4 from .. import error
     3 
     5 
     4 
     6 
     5 def get_checker(ui, revlog_name=b'changelog'):
     7 def get_checker(ui, revlog_name=b'changelog'):