mercurial/cext/mpatch.pyi
changeset 46038 8dca9051a859
equal deleted inserted replaced
46037:9624bf057c2a 46038:8dca9051a859
       
     1 from typing import (
       
     2     List,
       
     3 )
       
     4 
       
     5 version: int
       
     6 
       
     7 class mpatchError(Exception): ...
       
     8 
       
     9 def patches(text: bytes, bins: List[bytes]) -> bytes: ...
       
    10 def patchedsize(orig: int, data: bytes) -> int: ...