Mercurial > public > mercurial-scm > hg-stable
log mercurial/merge.py @ 52971:469b9a628b51
age | author | description |
---|---|---|
Mon, 13 Jan 2025 12:24:33 -0500 | Matt Harbison | typing: add some type annotations to the `merge.mergeresult` class |
Sun, 12 Jan 2025 21:35:30 -0500 | Matt Harbison | typing: lock in the type annotations that were lost with the pyupgrade changes |
Sun, 05 Jan 2025 22:26:16 -0500 | Matt Harbison | pyupgrade: rewrite `yield` statements in a loop to `yield from` |
Tue, 05 Nov 2024 15:21:09 +0100 | Rapha?l Gom?s | rust-update: make `update_from_null` respect `worker.numcpu` config option stable |
Wed, 16 Oct 2024 17:21:03 +0200 | Rapha?l Gom?s | rust-update: add a config item to disable the Rust update fastpath |
Tue, 01 Oct 2024 13:49:11 +0200 | Rapha?l Gom?s | update: add a Rust fast-path when updating from null (and clean) |
Wed, 16 Oct 2024 19:14:30 +0200 | Rapha?l Gom?s | merge: improve working-copy mtime race handling |