mercurial@50736: new changeset (1 on stable)

2023-06-28 Thread Mercurial Commits
New changeset (1 on stable) in mercurial: https://www.mercurial-scm.org/repo/hg/rev/b852c34dc2b8 changeset: 50736:b852c34dc2b8 branch: stable tag: tip user:Mathias De Mare date:Tue Jun 27 16:19:42 2023 +0200 summary: clonebundles: add warning if auto-generate

[PATCH 6 of 6] extensions: imp module is removed in Python 3.12 - use importlib to load files

2023-06-28 Thread Mads Kiilerich
# HG changeset patch # User Mads Kiilerich # Date 1687954993 -7200 # Wed Jun 28 14:23:13 2023 +0200 # Branch stable # Node ID 24d8509e44785f94047efebbcbb38986323913cd # Parent f45267a4d61f7687727efa7fe571d4f2522a3bb6 extensions: imp module is removed in Python 3.12 - use importlib to load

[PATCH 5 of 6] utils: imp module is removed in Python 3.12 - get is_frozen() from _imp

2023-06-28 Thread Mads Kiilerich
# HG changeset patch # User Mads Kiilerich # Date 1687863903 -7200 # Tue Jun 27 13:05:03 2023 +0200 # Branch stable # Node ID f45267a4d61f7687727efa7fe571d4f2522a3bb6 # Parent 85a1bdb7d945c647670761676c97ce716fe3796d utils: imp module is removed in Python 3.12 - get is_frozen() from _imp

[PATCH 4 of 6] extensions: address ast deprecations introduced in Python 3.12

2023-06-28 Thread Mads Kiilerich
# HG changeset patch # User Mads Kiilerich # Date 1687897904 -7200 # Tue Jun 27 22:31:44 2023 +0200 # Branch stable # Node ID 85a1bdb7d945c647670761676c97ce716fe3796d # Parent b6633799949e428d27f7704636da0da31a599e6b extensions: address ast deprecations introduced in Python 3.12 Tests

[PATCH 3 of 6] vfs: handle shutil.rmtree deprecation of onerror in Python 3.12

2023-06-28 Thread Mads Kiilerich
# HG changeset patch # User Mads Kiilerich # Date 1687847952 -7200 # Tue Jun 27 08:39:12 2023 +0200 # Branch stable # Node ID b6633799949e428d27f7704636da0da31a599e6b # Parent 27c7a6d21b9dae4d465a569480331d2467b423f2 vfs: handle shutil.rmtree deprecation of onerror in Python 3.12 Tests

[PATCH 2 of 6] tests: fix sortdict doctest with Python 3.12

2023-06-28 Thread Mads Kiilerich
# HG changeset patch # User Mads Kiilerich # Date 1687853351 -7200 # Tue Jun 27 10:09:11 2023 +0200 # Branch stable # Node ID 27c7a6d21b9dae4d465a569480331d2467b423f2 # Parent ec46e9b39b2a6f5d0c59aa803e2eb5d9dfc44cc3 tests: fix sortdict doctest with Python 3.12 The output of OrderedDict

[PATCH 1 of 6] utils: stop using datetime.utcfromtimestamp() deprecated in Python 3.12

2023-06-28 Thread Mads Kiilerich
# HG changeset patch # User Mads Kiilerich # Date 1687866710 -7200 # Tue Jun 27 13:51:50 2023 +0200 # Branch stable # Node ID ec46e9b39b2a6f5d0c59aa803e2eb5d9dfc44cc3 # Parent 2b0598121a71fa19c2174e4eee3400ec3a3b1c26 utils: stop using datetime.utcfromtimestamp() deprecated in Python 3.12

Re: [PATCH 01 of 10] tests: use grep -E instead of obsolescent egrep

2023-06-28 Thread Joerg Sonnenberger
On Wed, Jun 28, 2023 at 02:06:46AM +0200, Mads Kiilerich wrote: > # HG changeset patch > # User Mads Kiilerich > # Date 1687782898 -7200 > # Mon Jun 26 14:34:58 2023 +0200 > # Branch stable > # Node ID 2790b07cd5da2be40fd5299ae114a49eb6196e55 > # Parent

mercurial@50735: new changeset (1 on stable)

2023-06-28 Thread Mercurial Commits
New changeset (1 on stable) in mercurial: https://www.mercurial-scm.org/repo/hg/rev/2b0598121a71 changeset: 50735:2b0598121a71 branch: stable tag: tip user:Mathias De Mare date:Tue Jun 27 15:34:24 2023 +0200 summary: clonebundles: fix display of

mercurial-devel | Failed pipeline for branch/stable | d5cd1fd6

2023-06-28 Thread Heptapod
Pipeline #68522 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: d5cd1fd6 (

mercurial@50734: 10 new changesets (10 on stable)

2023-06-28 Thread Mercurial Commits
10 new changesets (10 on stable) in mercurial: https://www.mercurial-scm.org/repo/hg/rev/7e5be4a7cda7 changeset: 50725:7e5be4a7cda7 branch: stable user:Mads Kiilerich date:Mon Jun 26 14:34:58 2023 +0200 summary: tests: use grep -E instead of obsolescent egrep

[Bug 6831] New: clonebundles autogenerate fails with commandline parameters

2023-06-28 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=6831 Bug ID: 6831 Summary: clonebundles autogenerate fails with commandline parameters Product: Mercurial Version: 6.5rc0 Hardware: PC OS: Windows