Differences between revisions 3 and 12 (spanning 9 versions)
Revision 3 as of 2024-11-14 15:40:23
Size: 11010
Editor: RaphaelGomes
Comment:
Revision 12 as of 2025-04-03 14:24:25
Size: 12878
Editor: RaphaelGomes
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Mercurial 6.9rc1 =

/!\ These are release notes for a release candidate version. Any and all points can be reverted before the final release.

 * 68160:e4b242f9d4d9 "streamclone: disable the volatile file open handle optimization on Windows"
 * 68193:e6a44bc91bc2 "rust-update: make `update_from_null` respect `worker.numcpu` config option"
 * 68267:96b113d22b34 "rust-update: handle SIGINT from long-running update threads"
 * 68167:e698e3e75420 "rust-cpython: add a TODO about repo reuse"
 * 68205:069735062524 "pytype: add relative timestamp to the output if `ts` is available"
 * 68155:891f6d56f3db "hgweb: skip logging ConnectionAbortedError"

Below are many, many changes that have to do with building/testing wheels,
adding some sharding to the CI and MacOS + Windows compatibility work:

 * 68024:6f7cc970bfda "run-tests: don't use shell call for subprocess"
 * 68025:1dbbb957bbe6 "run-tests: add a --hg-wheel options to test a pre-built wheel"
 * 68026:6f641ebe759e "ci: unify the way `check-pytype` inherit the common setting"
 * 68027:c99cbb02a82e "ci: split the jobs on more stage"
 * 68028:0de1895c2218 "ci: build a wheel and use it to run c tests"
 * 68120:a81d2cafdbcc "tests: stabilize `test-extdiff.t` on macOS"
 * 68121:6ca0771b32ef "tests: disable `test-git-interop.t` with a requirements directive"
 * 68122:74e16d8ca5f3 "tests: disable a section of `test-hgrc.t` that may hit a zeroconf bug"
 * 68154:8766d47edfd1 "ci: add a runner for Windows 10"
 * 68157:3ba998d7fc77 "tests: treat `select` as a built-in module on Windows"
 * 68194:cfc4985b2964 "tests: disable a section of `test-paths.t` that may hit a zeroconf bug"
 * 68195:54be3c9bc81f "tests: conditionalize missing output in test-racy-mutations.t on Windows"
 * 68196:bda065f37f64 "tests: add a "missing" tests for manifest content in test-racy-mutations.t"
 * 68197:16b300e30139 "tests: bump the wait timeouts in test-racy-mutations.t"
 * 68198:2ff4a2533b92 "test-install: use the global hg for the install step"
 * 68199:e88939f53342 "test-install: glob instance of "python" in warning"
 * 68200:c32b17e8f414 "ci: pre-adjust some identation"
 * 68201:2c4283c9fa93 "setup: add a way to force the setup to translate (or fail)"
 * 68202:d22b6d6e02e1 "ci: use smaller VM to build wheel"
 * 68203:94ded8440db6 "ci: use a pre-setup many-linux image to build wheel"
 * 68204:7dd466f13f9b "ci: build (and use) wheel for all supported version"
 * 68206:5ea21e0c28aa "ci: automatically compute the python tag we use to identify tag"
 * 68207:f8d5001dd03e "run-tests: install wheel using --prefix instead of --user"
 * 68208:ba0a842e0907 "pycompat: drop some now useless workaround for makedirs"
 * 68209:97d86d5b16f8 "wheel: build mac os wheel through the CI"
 * 68210:50fa42a2a79a "ci: use the macos wheel to run tests"
 * 68211:75bc7557e49f "ci: use extends instead of <<: *x"
 * 68212:74a9fbc1b574 "ci: move some variables closer to their usage"
 * 68213:b3d6afa6ebbf "ci: rationalize variable usage"
 * 68214:4762133a56b3 "ci: abstract the of absolute /tmp/ path"
 * 68215:d6ed4da850ea "ci: move the "tempory work dir" to "concurrency-safe" location"
 * 68216:63ad6b0c2b6a "ci: adjust the starting port range to runner concurrency"
 * 68217:b3e696e879fc "ci: have the mac test run if you trigger building the mac wheel"
 * 68218:36e4d1457c6b "run-tests: implement crude sharding support"
 * 68219:fa58f4f97337 "ci: shard the test run on mac os X"
 * 68268:9048a0d782e1 "dev-version: change the scheme of non tagged version"
 * 68272:4496f059cf5c "wheel: enforce that translation being build for macos wheel"
 * 68280:7a149cf41398 "run-tests: focus on listing the selected test for the shard tests"
 * 68281:00cdec2398ee "run-tests: cleanup the "output" directory after the related tests"
 * 68282:2cdd3e85abf7 "tests: drop PYTHONPATH manipulation in test-pushvars.t"
 * 68283:7c1d7edff91b "windows: work around argument size limitation in test-bookmarks-pushpull.t"
 * 68284:02da7e767065 "windows: adjust PYTHONPATH update in test-status-color.t"
 * 68285:a76dcb82148e "ci: use a concurrency safe TMP dir on Windows"
 * 68286:b25fc1f25edf "ci: again common element into a `.windows` template"
 * 68287:f514c5acfdd6 "ci: split the windows runtest invocation into more granular variables"
 * 68288:be1f06902861 "windows: skip test-clonebundles-autogen.t in the CI"
 * 68289:4bbb4fc9af3b "ci: adjust port range on windows too"
 * 68290:7a568296296e "windows: simply rely on the PATH adjustment to find python.exe in tests"
 * 68291:d0e728b0db0e "wheel: assign CIBW_SKIP globally"
 * 68292:763817eca85e "wheel: make --hg-wheel works on Windows"
 * 68293:e25e4647437b "wheel: build Windows wheels too"
 * 68294:6c777d25e8a6 "wheel: explicitly list built architecture"
 * 68295:8cacf7952f14 "wheel: test the built wheel in the windows tests"
 * 68296:48f772a5c476 "ci: shard the tests on windows too"
 * 68304:4602e90207f3 "wheel: enforce that translation being build for windows wheel"
 * 68308:201bfadc0371 "setup: remote a debug statement that slipped through"
 * 68319:35a9b6d3b484 "setup: factor version computation in a function"
 * 68320:2b7e3177f99c "setup: use the same code to compute tag from archive"
 * 68321:05addf266f6f "wheel: add a platform level to the wheel directories"
 * 68322:b8efa9013d3f "wheel: add a job uploading nightly build"
 * 68328:4d825ad10840 "wheels: factor the core of Linux wheel building into a script"
 * 68329:4b9cf9924cd7 "wheels: update the Linux wheels make target"
 * 68330:d57d1606049c "clone: properly exclude rev-branch-cache from post clone cache warming"
 * 68331:124c944b71b2 "setup: make sure Rust build its extension for the right python"
 * 68334:309f58964a9e "setup: preserve version part after the "+" on Windows"
 * 68337:084e7ae69ae4 "wheel: build windows wheel for ARM64 too"
 * 68339:16e5de783a1b "ci: adds a trigger for all pycompat jobs"
 * ci: let the Windows runner decide how many job they want to run

= Mercurial 6.9rc0 =

/!\ These are release notes for a release candidate version. Any and all points can be reverted before the final release.
= Mercurial 6.9.5 =

This upgrade is long overdue and fixes a security vulnerability transitive
from `zstd` itself.

 * vendor: upgrade to python-zstandard 0.23.0

= Mercurial 6.9.4 =

 * hgweb: fix XSS vulnerability in hgweb (CVE-2025-2361)

= Mercurial 6.9.3 =

/!\ out of schedule release to fix a regression introduced in 6.9.2

 * fix processing of superfluous requirements specified for streamclone in clone bundle manifest

= Mercurial 6.9.2 =

 * narrow: stricter validation of narrowspec patterns
 * narrow: stricter validation of narrowspec patterns in rhg
 * rhg: fix a bug where only the first pattern in narrowspec was validated
 * extensions: allow wrapping a function with a bytes name again
 * upgrade: fix a reference to a missing attribute
 * bundles: filter out unsupported requirements for non-packed1 format
 * dirstate-race: add more output to highlight a "to-be-revealed" bug
 * dirstate-race: simplify some output match to highligh an error
 * dirstate-race: fix a missing synchronisation in the python code
 * dirstatemap: stop setting identity after reading the data
 * sshpeer: fix deadlock on short writes
 * sshpeer: fix another occurrence of short write handling

= Mercurial 6.9.1 =

 * ci: disable caching of the wheels that get built to save space
 * tests: use `--no-cache-dir` with `pip`
 * run-tests: disable caching of the wheels when installing test Mercurial
 * manifest: delay import of `typing.ByteString` for py 3.14 support (issue6940)
 * contrib: propagate `pytype` failures outside of `check-pytype.sh`
 * acl: fix confusing formatting in help text (issue6942)
 * ui: fix escape sequences in in readline prompts (issue6930)
 * ci: let branch job run for scheduled build too
 * ci: automatically starts platform and py-version test for scheduled build
 * help: fix command build with rust
 * copyright: update to 2025
 * ci: also let the nightly build run on tags
 * usage: refactor usage.resources config parsing
 * hg-core: fix usage.resources typo
 * hg-core: fix usage.resources default logic

= Mercurial 6.9 =

== Backwards Compatibility Changes ==

 * This release drops support for Python 3.6 and 3.7.
 * Starting with this release and hopefully for the forseeable future, we are now building wheels for most architectures.
   /!\ Note that for Rust users installing via `pip` or `pipx`, you will need to specify `--no-binary` to continue using Rust since we do not yet package the Rust compilation in our wheels. We plan on fixing this for 7.0.
 * Python 3.13 changed how it handles docstrings (namely removing uniform leading whitespace for every line), which forced us to align the representation of our help text with this new behavior across all versions. Due to this and a lack of time and expertise from contributors, a lot of existing translations could be missing. The effort of i18n in general has died down many years ago, but if this matters to you, feel free to send your contributions.
Line 91: Line 64:
 * Add a Rust fast-path to speed up update (also for `clone`) from null (up to 4x faster)   * Add a Rust fast-path to speed up update (also for `clone`) from null (up to 4x faster)
Line 156: Line 129:
 * rev-branch-cache: disable mmapping by default on Windows

== Backwards Compatibility Changes ==

 * This release drops support for Python 3.6 and 3.7.
 * streamclone: disable the volatile file open handle optimization on Windows
 * pytype: add relative timestamp to the output if `ts` is available
 * hgweb: skip logging ConnectionAbortedError
Line 178: Line 149:

Below are many, many changes that have to do with building/testing wheels,
adding some sharding to the CI and MacOS + Windows compatibility work:

 * ci: abstract the branch matching regexp
 * ci: add "sink" for parallel tests
 * ci: for branches, use a single trigger
 * packaging: explain why we purge while building wheels
 * wheels: rely on the image config to be able to access the repository
 * packaging: remove the i686 wheel from the linux-wheels target
 * packaging: propagate the make option to packaging target
 * packaging: factor the linux-wheels-x86_64 a bit
 * wheel: add a target for amdx86_64-musl wheels
 * wheel: also build the musl wheel in the ci
 * wheel: reintroduce the building of i686 wheel
 * wheels: also build the i686 wheel in the CI
 * contrib: install the arm64 compiler tools in the Windows dependency script
 * contrib: add a bat file to build all of the wheels on Windows
 * wheels: remove deprecated blacklist
 * wheels: make sure we create the `dist/` directory in the make target
 * contrib: add a script to build all of the wheels on macOS
 * wheel: also build wheel for linux arm64 in the CI
 * ci: add sink for wheels too
 * run-tests: don't use shell call for subprocess
 * run-tests: add a --hg-wheel options to test a pre-built wheel
 * ci: unify the way `check-pytype` inherit the common setting
 * ci: split the jobs on more stage
 * ci: build a wheel and use it to run c tests
 * tests: stabilize `test-extdiff.t` on macOS
 * tests: disable `test-git-interop.t` with a requirements directive
 * tests: disable a section of `test-hgrc.t` that may hit a zeroconf bug
 * ci: add a runner for Windows 10
 * tests: treat `select` as a built-in module on Windows
 * tests: disable a section of `test-paths.t` that may hit a zeroconf bug
 * tests: conditionalize missing output in test-racy-mutations.t on Windows
 * tests: add a "missing" tests for manifest content in test-racy-mutations.t
 * tests: bump the wait timeouts in test-racy-mutations.t
 * test-install: use the global hg for the install step
 * test-install: glob instance of "python" in warning
 * ci: pre-adjust some identation
 * setup: add a way to force the setup to translate (or fail)
 * ci: use smaller VM to build wheel
 * ci: use a pre-setup many-linux image to build wheel
 * ci: build (and use) wheel for all supported version
 * ci: automatically compute the python tag we use to identify tag
 * run-tests: install wheel using --prefix instead of --user
 * pycompat: drop some now useless workaround for makedirs
 * wheel: build mac os wheel through the CI
 * ci: use the macos wheel to run tests
 * ci: use extends instead of <<: *x
 * ci: move some variables closer to their usage
 * ci: rationalize variable usage
 * ci: abstract the of absolute /tmp/ path
 * ci: move the "tempory work dir" to "concurrency-safe" location
 * ci: adjust the starting port range to runner concurrency
 * ci: have the mac test run if you trigger building the mac wheel
 * run-tests: implement crude sharding support
 * ci: shard the test run on mac os X
 * dev-version: change the scheme of non tagged version
 * wheel: enforce that translation being build for macos wheel
 * run-tests: focus on listing the selected test for the shard tests
 * run-tests: cleanup the "output" directory after the related tests
 * tests: drop PYTHONPATH manipulation in test-pushvars.t
 * windows: work around argument size limitation in test-bookmarks-pushpull.t
 * windows: adjust PYTHONPATH update in test-status-color.t
 * ci: use a concurrency safe TMP dir on Windows
 * ci: again common element into a `.windows` template
 * ci: split the windows runtest invocation into more granular variables
 * windows: skip test-clonebundles-autogen.t in the CI
 * ci: adjust port range on windows too
 * windows: simply rely on the PATH adjustment to find python.exe in tests
 * wheel: assign CIBW_SKIP globally
 * wheel: make --hg-wheel works on Windows
 * wheel: build Windows wheels too
 * wheel: explicitly list built architecture
 * wheel: test the built wheel in the windows tests
 * ci: shard the tests on windows too
 * wheel: enforce that translation being build for windows wheel
 * setup: remote a debug statement that slipped through
 * setup: factor version computation in a function
 * setup: use the same code to compute tag from archive
 * wheel: add a platform level to the wheel directories
 * wheel: add a job uploading nightly build
 * wheels: factor the core of Linux wheel building into a script
 * wheels: update the Linux wheels make target
 * clone: properly exclude rev-branch-cache from post clone cache warming
 * setup: make sure Rust build its extension for the right python
 * setup: preserve version part after the "+" on Windows
 * wheel: build windows wheel for ARM64 too
 * ci: adds a trigger for all pycompat jobs
 * ci: let the Windows runner decide how many job they want to run

Mercurial 6.9.5

This upgrade is long overdue and fixes a security vulnerability transitive from zstd itself.

  • vendor: upgrade to python-zstandard 0.23.0

Mercurial 6.9.4

  • hgweb: fix XSS vulnerability in hgweb (CVE-2025-2361)

Mercurial 6.9.3

/!\ out of schedule release to fix a regression introduced in 6.9.2

  • fix processing of superfluous requirements specified for streamclone in clone bundle manifest

Mercurial 6.9.2

  • narrow: stricter validation of narrowspec patterns
  • narrow: stricter validation of narrowspec patterns in rhg
  • rhg: fix a bug where only the first pattern in narrowspec was validated
  • extensions: allow wrapping a function with a bytes name again
  • upgrade: fix a reference to a missing attribute
  • bundles: filter out unsupported requirements for non-packed1 format
  • dirstate-race: add more output to highlight a "to-be-revealed" bug
  • dirstate-race: simplify some output match to highligh an error
  • dirstate-race: fix a missing synchronisation in the python code
  • dirstatemap: stop setting identity after reading the data
  • sshpeer: fix deadlock on short writes
  • sshpeer: fix another occurrence of short write handling

Mercurial 6.9.1

  • ci: disable caching of the wheels that get built to save space
  • tests: use --no-cache-dir with pip

  • run-tests: disable caching of the wheels when installing test Mercurial
  • manifest: delay import of typing.ByteString for py 3.14 support (issue6940)

  • contrib: propagate pytype failures outside of check-pytype.sh

  • acl: fix confusing formatting in help text (issue6942)
  • ui: fix escape sequences in in readline prompts (issue6930)
  • ci: let branch job run for scheduled build too
  • ci: automatically starts platform and py-version test for scheduled build
  • help: fix command build with rust
  • copyright: update to 2025
  • ci: also let the nightly build run on tags
  • usage: refactor usage.resources config parsing
  • hg-core: fix usage.resources typo
  • hg-core: fix usage.resources default logic

Mercurial 6.9

Backwards Compatibility Changes

  • This release drops support for Python 3.6 and 3.7.
  • Starting with this release and hopefully for the forseeable future, we are now building wheels for most architectures.
    • /!\ Note that for Rust users installing via pip or pipx, you will need to specify --no-binary to continue using Rust since we do not yet package the Rust compilation in our wheels. We plan on fixing this for 7.0.

  • Python 3.13 changed how it handles docstrings (namely removing uniform leading whitespace for every line), which forced us to align the representation of our help text with this new behavior across all versions. Due to this and a lack of time and expertise from contributors, a lot of existing translations could be missing. The effort of i18n in general has died down many years ago, but if this matters to you, feel free to send your contributions.

New Features

  • exchange: improve computation of relevant markers for large repos
  • Add a Rust fast-path to speed up update (also for clone) from null (up to 4x faster)

  • Introduced a new rev-branch-cache version (v2) that is mmap-resistant
  • The branchmap's performance was improved
  • Improved the performance of the fix for issue6528
  • clonebundles: allow manifest to specify sha256 digest of bundles
  • merge: improve working-copy mtime race handling
  • profiling: add a py-spy profiling backend
  • revlog: use an explicit config option to enable mmap usage for index
  • revlog: use mmap by default is pre-population is available
  • mmap: populate the mapping by default
  • mmap: populate mapping in a background thread

Experimental features

  • merge: add a config to allow conflict-free merge of changes on adjacent lines

Bug Fixes

  • config.server.validate now also works on narrowed repositories

  • convert: fix various leaked file descriptors
  • stream: prefer keeping an open file handle to volatile file instead of copy
  • dummysmtpd: fix EOF handling on newer versions of OpenSSL
  • cext: correct the argument handling of b85encode()

  • branchmap-v3: make sure we write the cache after detecting pure-topo mode
  • rust: apply clippy lints
  • copies: make sure deleted copy info do not overwriting unrelated ones
  • rebase: don't call rewriteutil.precheck() with to-be-skipped commits
  • phabricator: correct the default value of phabhunk.corpus

  • linelog: correct the default value of annotateresult.lines

  • largefiles: avoid a potentially undefined variable in exception case
  • httppeer: move a variable to avoid a bad reference before assignment warning
  • httppeer: avoid another bad reference before assignment warning
  • tests: use packaging from setuptools instead of deprecated distutils
  • manifest: type and fix unhexlify
  • manifest: align some vfs option access on the fact we might not have options
  • scmutils: read the requires file before writing to avoid unnecessary rewrite
  • debugsparse: stop taking the store lock
  • sparse: reliably avoid writing to store without a lock
  • largefiles: sync up largefilesdirstate methods with dirstate base class

  • shelve: raise an error when loading a corrupt state file in an impossible case
  • monotone: replace %s interpolation with appropriate numeric specifiers
  • shelve: consistently convert exception to bytes via stringutil.forcebytestr

  • remotefilelog: honor the --format arg of the debugindex command

  • remotefilelog: adapt the debugindex command to past API changes

  • run-tests: add color to the progress output
  • archive: defer opening the output until a file is matched
  • help: add :config-doc:section.key shorthand to insert documentation

  • censor: document the censor.policy option (issue6909)
  • rust-revlog: don't try to open the data file if the index is empty
  • bundlerepo: fix mismatches with repository and revlog classes
  • revlog: make clearcaches() signature consistent with ManifestRevlog

  • unionrepo: fix mismatches with revlog classes
  • keepalive: fix a signature mismatch for a http.client.HTTPResponse subclass
  • lfs: fix various signature mismatches for vfs subclasses
  • store: fix a signature mismatch for a vfs subclass
  • util: avoid a leaked file descriptor in util.makelock() exceptional case

  • statichttprepo: fix httprangereader.read() for py3

  • util: make mmapread() work on Windows again

  • mdiff: tweak calls into bdiff.fixws to match its type hints

  • base85: avoid a spurious use-before-initialized warning in pure module

  • install: static data moved from setup.py to pyproject.toml
  • upgrade: disable using the parallel workers optimization on macOS
  • doc: generate separate commands/topics/extension pages
  • extdiff: don't run gui programs when in a cli-only environment
  • clonebundles: stop shell quoting HGCB_BUNDLE_BASENAME environment variable

  • streamclone: disable the volatile file open handle optimization on Windows
  • pytype: add relative timestamp to the output if ts is available

  • hgweb: skip logging ConnectionAbortedError

Internal API Changes

  • manifest: deprecated readdelta and readfast

Miscellaneous

  • http: reuse Python's implementation of read/readline/readinto
  • http: use urllib's cookie handler
  • rev-branch-cache: schedule a write of the "v2" format if we read from "v1"
  • rev-branch-cache: have debugupdatecache warm rbc too
  • rev-branch-cache: reenable memory mapping of the revision data
  • debugwireproto: redo logging to also work for https
  • rust: use .cargo/config.toml instead of .cargo/config

  • A whole bunch of typing improvements, which in turn found many bugs
  • Test suite improvements
  • Various packaging improvements

Below are many, many changes that have to do with building/testing wheels, adding some sharding to the CI and MacOS + Windows compatibility work:

  • ci: abstract the branch matching regexp
  • ci: add "sink" for parallel tests
  • ci: for branches, use a single trigger
  • packaging: explain why we purge while building wheels
  • wheels: rely on the image config to be able to access the repository
  • packaging: remove the i686 wheel from the linux-wheels target
  • packaging: propagate the make option to packaging target
  • packaging: factor the linux-wheels-x86_64 a bit
  • wheel: add a target for amdx86_64-musl wheels
  • wheel: also build the musl wheel in the ci
  • wheel: reintroduce the building of i686 wheel
  • wheels: also build the i686 wheel in the CI
  • contrib: install the arm64 compiler tools in the Windows dependency script
  • contrib: add a bat file to build all of the wheels on Windows
  • wheels: remove deprecated blacklist
  • wheels: make sure we create the dist/ directory in the make target

  • contrib: add a script to build all of the wheels on macOS
  • wheel: also build wheel for linux arm64 in the CI
  • ci: add sink for wheels too
  • run-tests: don't use shell call for subprocess
  • run-tests: add a --hg-wheel options to test a pre-built wheel
  • ci: unify the way check-pytype inherit the common setting

  • ci: split the jobs on more stage
  • ci: build a wheel and use it to run c tests
  • tests: stabilize test-extdiff.t on macOS

  • tests: disable test-git-interop.t with a requirements directive

  • tests: disable a section of test-hgrc.t that may hit a zeroconf bug

  • ci: add a runner for Windows 10
  • tests: treat select as a built-in module on Windows

  • tests: disable a section of test-paths.t that may hit a zeroconf bug

  • tests: conditionalize missing output in test-racy-mutations.t on Windows
  • tests: add a "missing" tests for manifest content in test-racy-mutations.t
  • tests: bump the wait timeouts in test-racy-mutations.t
  • test-install: use the global hg for the install step
  • test-install: glob instance of "python" in warning
  • ci: pre-adjust some identation
  • setup: add a way to force the setup to translate (or fail)
  • ci: use smaller VM to build wheel
  • ci: use a pre-setup many-linux image to build wheel
  • ci: build (and use) wheel for all supported version
  • ci: automatically compute the python tag we use to identify tag
  • run-tests: install wheel using --prefix instead of --user
  • pycompat: drop some now useless workaround for makedirs
  • wheel: build mac os wheel through the CI
  • ci: use the macos wheel to run tests
  • ci: use extends instead of <<: *x

  • ci: move some variables closer to their usage
  • ci: rationalize variable usage
  • ci: abstract the of absolute /tmp/ path
  • ci: move the "tempory work dir" to "concurrency-safe" location
  • ci: adjust the starting port range to runner concurrency
  • ci: have the mac test run if you trigger building the mac wheel
  • run-tests: implement crude sharding support
  • ci: shard the test run on mac os X
  • dev-version: change the scheme of non tagged version
  • wheel: enforce that translation being build for macos wheel
  • run-tests: focus on listing the selected test for the shard tests
  • run-tests: cleanup the "output" directory after the related tests
  • tests: drop PYTHONPATH manipulation in test-pushvars.t
  • windows: work around argument size limitation in test-bookmarks-pushpull.t
  • windows: adjust PYTHONPATH update in test-status-color.t
  • ci: use a concurrency safe TMP dir on Windows
  • ci: again common element into a .windows template

  • ci: split the windows runtest invocation into more granular variables
  • windows: skip test-clonebundles-autogen.t in the CI
  • ci: adjust port range on windows too
  • windows: simply rely on the PATH adjustment to find python.exe in tests
  • wheel: assign CIBW_SKIP globally
  • wheel: make --hg-wheel works on Windows
  • wheel: build Windows wheels too
  • wheel: explicitly list built architecture
  • wheel: test the built wheel in the windows tests
  • ci: shard the tests on windows too
  • wheel: enforce that translation being build for windows wheel
  • setup: remote a debug statement that slipped through
  • setup: factor version computation in a function
  • setup: use the same code to compute tag from archive
  • wheel: add a platform level to the wheel directories
  • wheel: add a job uploading nightly build
  • wheels: factor the core of Linux wheel building into a script
  • wheels: update the Linux wheels make target
  • clone: properly exclude rev-branch-cache from post clone cache warming
  • setup: make sure Rust build its extension for the right python
  • setup: preserve version part after the "+" on Windows
  • wheel: build windows wheel for ARM64 too
  • ci: adds a trigger for all pycompat jobs
  • ci: let the Windows runner decide how many job they want to run

Release6.9 (last edited 2025-04-03 14:24:25 by RaphaelGomes)