Mercurial > hg
log
age | author | description |
---|---|---|
Fri, 04 Oct 2024 23:21:41 -0400 | Matt Harbison | interfaces: introduce and use a protocol class for the `base85` module |
Fri, 04 Oct 2024 23:09:56 -0400 | Matt Harbison | base85: avoid a spurious use-before-initialized warning in `pure` 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 |
Sat, 28 Sep 2024 19:11:39 -0400 | Matt Harbison | mdiff: tweak calls into `bdiff.fixws` to match its type hints |