D11359: pyoxidizer: add arch to PyOxidizer MSIs

2021-08-26 Thread indygreg (Gregory Szorc)
indygreg created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY This is the proper filename pattern. This filename format wasn't properly implemented when PyOxidizer took over Python 3 MSI generation in 603efb3845ba

D11358: pyoxidizer: pass arch to WiXInstaller()

2021-08-26 Thread indygreg (Gregory Szorc)
indygreg created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY We just upgraded Windows automation to PyOxidizer 0.17.0. This version of PyOxidizer changed the behavior of WiX installers so installer architecture

D11357: contrib: install PyOxidizer 0.17.0

2021-08-26 Thread indygreg (Gregory Szorc)
indygreg created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY This pulls in some changes we want to improve Windows MSI installers. This will need separate enhancements to the pyoxidizer.bzl. But those will be

D11356: packaging: reference proper output directory

2021-08-26 Thread indygreg (Gregory Szorc)
indygreg created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY 9438e9b7321a changed the name of the PyOxidizer target, which changed the name

D11355: packaging: pass extra_pyoxidizer_vars only to pyoxidizer

2021-08-26 Thread indygreg (Gregory Szorc)
indygreg created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY Before, we would attempt to call a function (build_installer_py2exe) that didn't accept this keyword argument. This was preventing the building of py2exe

Failed pipeline for branch/default | mercurial-devel | 20a1bb9d

2021-08-26 Thread Heptapod
Pipeline #26261 has failed! Project: mercurial-devel ( https://foss.heptapod.net/octobus/mercurial-devel ) Branch: branch/default ( https://foss.heptapod.net/octobus/mercurial-devel/-/commits/branch/default ) Commit: 20a1bb9d (

D11354: hg: don't attempt to extend `sys.path` with the user site without `APPDATA`

2021-08-26 Thread mharbison72 (Matt Harbison)
mharbison72 created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY This variable is created by the system and *should* be available, but test-lfs-bundle.t has a test where it is explicitly unset. It wasn't caught before

Failed pipeline for branch/default | mercurial-devel | 20a1bb9d

2021-08-26 Thread Heptapod
Pipeline #26261 has failed! Project: mercurial-devel ( https://foss.heptapod.net/octobus/mercurial-devel ) Branch: branch/default ( https://foss.heptapod.net/octobus/mercurial-devel/-/commits/branch/default ) Commit: 20a1bb9d (

D11353: dirstate: drop the `_otherparent` method

2021-08-26 Thread marmoute (Pierre-Yves David)
marmoute created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY It only has one caller with a lot of the logic already implemented. So lets inline it and cleans things up further. REPOSITORY rHG Mercurial BRANCH

D11352: dirstate: drop the `_normal` method

2021-08-26 Thread marmoute (Pierre-Yves David)
marmoute created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY It only has one caller so lets inline it and cleans things up further. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL

D11351: dirstate: drop the `_merge` method

2021-08-26 Thread marmoute (Pierre-Yves David)
marmoute created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY It only has one caller that only use one of the branch, so lets inline that branch and clean things up further. REPOSITORY rHG Mercurial BRANCH default

D11350: dirstate: drop the deprecated `drop` method

2021-08-26 Thread marmoute (Pierre-Yves David)
marmoute created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY eh ;-) REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D11350 AFFECTED FILES contrib/dirstatenonnormalcheck.py

D11349: dirstate: drop the deprecated `merge` method

2021-08-26 Thread marmoute (Pierre-Yves David)
marmoute created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY The method was deprecated in 5.9. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D11349 AFFECTED FILES

D11348: dirstate: drop the deprecated `remove` method

2021-08-26 Thread marmoute (Pierre-Yves David)
marmoute created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY The method was deprecated in 5.9. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D11348 AFFECTED FILES

D11347: dirstate: drop the deprecated `add` method

2021-08-26 Thread marmoute (Pierre-Yves David)
marmoute created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY The method was deprecated in 5.9. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D11347 AFFECTED FILES

D11346: dirstate: drop the deprecated `otherparent` method

2021-08-26 Thread marmoute (Pierre-Yves David)
marmoute created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY The method was deprecated in 5.9. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D11346 AFFECTED FILES

D11345: dirstate: drop the deprecated `normallookup` method

2021-08-26 Thread marmoute (Pierre-Yves David)
marmoute created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY The method was deprecated in 5.9. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D11345 AFFECTED FILES

D11344: dirstate: drop the deprecated `normal` method

2021-08-26 Thread marmoute (Pierre-Yves David)
marmoute created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY The method was deprecated in 5.9. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D11344 AFFECTED FILES

D11343: dirstate: also wrap the new method in `dirstatenonnormalcheck`

2021-08-26 Thread marmoute (Pierre-Yves David)
marmoute created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY The goal of this is to make sure we set the data right, so we need to make sure it run after the new method, that we actually call, in addition to the old

Failed pipeline for branch/stable | mercurial-devel | 4195625b

2021-08-26 Thread Heptapod
Pipeline #26283 has failed! Project: mercurial-devel ( https://foss.heptapod.net/octobus/mercurial-devel ) Branch: branch/stable ( https://foss.heptapod.net/octobus/mercurial-devel/-/commits/branch/stable ) Commit: 4195625b (

Re: Evolve 10.3.3 released

2021-08-26 Thread Dr. Arne Babenhauserheide
Anton Shestakov writes: > We released a new version of the evolve extension: 10.3.3. It was > released and available on 2021-08-13, but I got to sending the > announcement only now. Sorry for the delay. Thank you for keeping evolve moving! Best wishes, Arne -- Unpolitisch sein heißt

Failed pipeline for branch/stable | mercurial-devel | 4195625b

2021-08-26 Thread Heptapod
Pipeline #26283 has failed! Project: mercurial-devel ( https://foss.heptapod.net/octobus/mercurial-devel ) Branch: branch/stable ( https://foss.heptapod.net/octobus/mercurial-devel/-/commits/branch/stable ) Commit: 4195625b (

Re: Rebase commit is not created if it was previously created then pruned

2021-08-26 Thread Anton Shestakov
On Thu, 19 Aug 2021 00:23:26 -0400 Christopher Speck wrote: > The commit message cannot be modified to include additional noise for the > case I'm working on. I'm not familiar with extras, but that might be a way > to work around this. Does that require any further extension to be enabled >

Evolve 10.3.3 released

2021-08-26 Thread Anton Shestakov
We released a new version of the evolve extension: 10.3.3. It was released and available on 2021-08-13, but I got to sending the announcement only now. Sorry for the delay. As usual, the release is available on PyPI and upgrade is recommended. This is a bugfix release. The most notable changes

Evolve 10.3.3 released

2021-08-26 Thread Anton Shestakov
We released a new version of the evolve extension: 10.3.3. It was released and available on 2021-08-13, but I got to sending the announcement only now. Sorry for the delay. As usual, the release is available on PyPI and upgrade is recommended. This is a bugfix release. The most notable changes

D11342: ci: only run the phabricator step if the previous on succeeded

2021-08-26 Thread marmoute (Pierre-Yves David)
marmoute created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY It seems like f6879956a386 regressed the intended behavior. REPOSITORY rHG