Brian Hulette <bhulette@apache.org> [Wed, 30 Oct 2024 19:38:56 -0700] rev 52283
histedit-continue: wire up `hg continue` and `histedit`
Raphaël Gomès <rgomes@octobus.net> [Wed, 20 Nov 2024 15:53:19 +0100] rev 52282
branching: merge stable into default
Raphaël Gomès <rgomes@octobus.net> [Wed, 20 Nov 2024 15:38:57 +0100] rev 52281
Added signature for changeset
b267c5764cc6
Raphaël Gomès <rgomes@octobus.net> [Wed, 20 Nov 2024 15:38:54 +0100] rev 52280
Added tag 6.9 for changeset
b267c5764cc6
Raphaël Gomès <rgomes@octobus.net> [Wed, 20 Nov 2024 14:41:23 +0100] rev 52279
relnotes: write final 6.9 notes
I've folded bugfixes that only exist to fix 6.9-specific things to the best
of my attention span for this task.
Pierre-Yves David <pierre-yves.david@octobus.net> [Wed, 20 Nov 2024 06:33:43 +0100] rev 52278
rust: add some warning about using Rust
I hope this is not too scary, but as discussed last month, we need to have a
better compatibility story before pushing more people toward Rust.
Pierre-Yves David <pierre-yves.david@octobus.net> [Wed, 20 Nov 2024 06:32:35 +0100] rev 52277
rust: update install instruction
As discussed last Friday after publishing the rc wheel, we need to update the
rust readme and highlight that change in the release announcement if we want
people using Rust to keep being able to use pip.
Pierre-Yves David <pierre-yves.david@octobus.net> [Wed, 20 Nov 2024 12:09:35 +0100] rev 52276
ci: add sink for wheels too
Sight.
Pierre-Yves David <pierre-yves.david@octobus.net> [Wed, 13 Nov 2024 22:42:35 +0100] rev 52275
wheel: also build wheel for linux arm64 in the CI
We don't test them yet, but we build them, as as many other flavors.
Matt Harbison <matt_harbison@yahoo.com> [Fri, 15 Nov 2024 21:52:31 -0500] rev 52274
contrib: add a script to build all of the wheels on macOS
This is mostly a translation of `contrib/packaging/build-windows-wheels.bat`,
except the default pythons to build can be inferred from `setup.py` and/or
`pyproject.toml`, and all use the same configuration. All we need to do is
force the building of translation files, tell it to skip pypy wheels, and tell
it to build universal2 wheels instead of for the current architecture.