mercurial@50346: 11 new changesets (11 on stable)

2023-03-21 Thread Mercurial Commits
11 new changesets (11 on stable) in mercurial: https://www.mercurial-scm.org/repo/hg/rev/90276164333a changeset: 50336:90276164333a branch: stable parent: 50334:972f3e5c94b8 user:Pierre-Yves David date:Wed Mar 15 11:18:24 2023 +0100 summary: transaction: properly c

mercurial-devel | Failed pipeline for branch/stable | 87f0155d

2023-03-21 Thread Heptapod
Pipeline #64611 has failed! Project: mercurial-devel ( https://foss.heptapod.net/mercurial/mercurial-devel ) Branch: branch/stable ( https://foss.heptapod.net/mercurial/mercurial-devel/-/commits/branch/stable ) Commit: 87f0155d ( https://foss.heptapod.net/mercurial/mercurial-devel/-/commit/87

[PATCH 1 of 2] py3: fix for Python 3.12 emitting SyntaxWarning on invalid escape sequences

2023-03-21 Thread Mads Kiilerich
# HG changeset patch # User Mads Kiilerich # Date 1679414842 -3600 # Tue Mar 21 17:07:22 2023 +0100 # Branch stable # Node ID 812482250f8d49159bb3024f08e0db38d0bad565 # Parent 87f0155d68aa56dcba2326692fff893c283cca96 py3: fix for Python 3.12 emitting SyntaxWarning on invalid escape sequences

[PATCH 2 of 2] tests: avoid using black >= 21

2023-03-21 Thread Mads Kiilerich
# HG changeset patch # User Mads Kiilerich # Date 1679416596 -3600 # Tue Mar 21 17:36:36 2023 +0100 # Branch stable # Node ID c6a1fc106a05b608983caced38a1849b2f4b476f # Parent 812482250f8d49159bb3024f08e0db38d0bad565 tests: avoid using black >= 21 Different formatting will make test-check-f

Re: [PATCH 1 of 2] py3: fix for Python 3.12 emitting SyntaxWarning on invalid escape sequences

2023-03-21 Thread Mads Kiilerich
Thanks for landing the previous 3.12 fixes. But I missed one fix ... The remaining test failures on 3.12 are mostly from the removal (asyncore, smtpd and distutils) and deprecation (cgitb) in standard library. /Mads ___ Mercurial-devel mailing list M

mercurial@50347: new changeset (1 on stable)

2023-03-21 Thread Mercurial Commits
New changeset (1 on stable) in mercurial: https://www.mercurial-scm.org/repo/hg/rev/af776c3d5c3e changeset: 50347:af776c3d5c3e branch: stable tag: tip user:Pierre-Yves David date:Tue Mar 21 15:44:38 2023 + summary: debugdeltachain: stop summing the same chai

mercurial@50348: new changeset (1 on stable)

2023-03-21 Thread Mercurial Commits
New changeset (1 on stable) in mercurial: https://www.mercurial-scm.org/repo/hg/rev/3bb7c56e8fe6 changeset: 50348:3bb7c56e8fe6 branch: stable tag: tip user:Julien Cristau date:Tue Mar 21 15:27:03 2023 +0100 summary: url: don't ignore timeout for https connection

mercurial@50349: new changeset (1 on stable)

2023-03-21 Thread Mercurial Commits
New changeset (1 on stable) in mercurial: https://www.mercurial-scm.org/repo/hg/rev/4be9ecc982e1 changeset: 50349:4be9ecc982e1 branch: stable tag: tip user:Mads Kiilerich date:Tue Mar 21 17:07:22 2023 +0100 summary: py3: fix for Python 3.12 emitting SyntaxWarnin