changeset 51960 | d7f17819ae9e |
parent 51932 | c6899b334d56 |
child 52644 | e627cc25b6f3 |
--- a/mercurial/mdiff.py Tue Oct 08 21:46:22 2024 +0200 +++ b/mercurial/mdiff.py Sat Oct 05 18:58:20 2024 -0400 @@ -39,7 +39,7 @@ from .utils import dateutil bdiff: intmod.BDiff = policy.importmod('bdiff') -mpatch = policy.importmod('mpatch') +mpatch: intmod.MPatch = policy.importmod('mpatch') blocks = bdiff.blocks fixws = bdiff.fixws