##// END OF EJS Templates
branchmap: use the proper experimental name in cacheutil...
branchmap: use the proper experimental name in cacheutil Otherwise they are not properly copied around.

File last commit:

r46652:8dca9051 default
r52858:145f66ea default
Show More
mpatch.pyi
10 lines | 193 B | text/x-python | PythonLexer
from typing import (
List,
)
version: int
class mpatchError(Exception): ...
def patches(text: bytes, bins: List[bytes]) -> bytes: ...
def patchedsize(orig: int, data: bytes) -> int: ...