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.
Raphaël Gomès <rgomes@octobus.net> [Mon, 18 Nov 2024 15:02:59 +0100] rev 52273
rhg-status: rename a variable to be more explicit
Possibly we would have caught the looming bug earlier if this had been named
closer to what it actual is used for.
Raphaël Gomès <rgomes@octobus.net> [Mon, 18 Nov 2024 15:02:07 +0100] rev 52272
rhg-status: use `Filelog` default options when opening filelogs
This is not currently a problem since the options are the same, but would
have become one at some point in the future.