##// END OF EJS Templates
upgrade: drop a quick fix that is not longer necessary...
upgrade: drop a quick fix that is not longer necessary We won't issue bad revlog from topfile anymore.

File last commit:

r46652:8dca9051 default
r51382:2eb7f0b5 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: ...