log mercurial/mdiff.py @ 53042:cdd7bf612c7b stable tip

age author description
Sun, 05 Jan 2025 22:26:16 -0500 Matt Harbison pyupgrade: rewrite `yield` statements in a loop to `yield from`
Sat, 05 Oct 2024 18:58:20 -0400 Matt Harbison interfaces: introduce and use a protocol class for the `mpatch` module
Mon, 30 Sep 2024 19:40:14 -0400 Matt Harbison typing: add type annotations to `mercurial/mdiff.py`
Mon, 30 Sep 2024 23:50:40 -0400 Matt Harbison mdiff: convert a few block definitions from lists to tuples
Sun, 29 Sep 2024 02:03:20 -0400 Matt Harbison interfaces: add the optional `bdiff.xdiffblocks()` method
Sat, 28 Sep 2024 19:12:18 -0400 Matt Harbison interfaces: introduce and use a protocol class for the `bdiff` module