mercurial-devel | Failed pipeline for branch/default | 5bb6a0ae

2025-05-13 Thread Heptapod
Pipeline #106180 has failed! Project: mercurial-devel ( https://foss.heptapod.net/mercurial/mercurial-devel ) Branch: branch/default ( https://foss.heptapod.net/mercurial/mercurial-devel/-/commits/branch/default ) Commit: 5bb6a0ae ( https://foss.heptapod.net/mercurial/mercurial-devel/-/commit

Re: [PATCH] hgdemandimport: exclude _contextvars (newly imported from threading)

2025-05-13 Thread Manuel Jacob
On 13/05/2025 21.14, Miro Hrončok wrote: On 13. 05. 25 18:01, Manuel Jacob wrote: On 13/05/2025 12.06, Miro Hrončok via Mercurial-devel wrote: # HG changeset patch # User Miro Hrončok # Date 1747130687 -7200 #  Tue May 13 12:04:47 2025 +0200 # Branch 3.14 # Node ID 3e638ebc52be5052d6636a96

Re: [PATCH V2] hgdemandimport: exclude _contextvars (newly imported from threading)

2025-05-13 Thread Manuel Jacob
Thanks! I pushed it to the development repository: https://foss.heptapod.net/mercurial/mercurial-devel/-/merge_requests/1405 I can’t merge it, so we’ll need to wait for someone with merge rights to review it. On 14/05/2025 01.01, Miro Hrončok wrote: # HG changeset patch # User Miro Hrončok

[PATCH V2] hgdemandimport: exclude _contextvars (newly imported from threading)

2025-05-13 Thread Miro Hrončok via Mercurial-devel
# HG changeset patch # User Miro Hrončok # Date 1747130687 -7200 # Tue May 13 12:04:47 2025 +0200 # Branch 3.14 # Node ID c5cdc23efd0fc6a1590ef2f7dc0b6ec94e43761f # Parent 5bb6a0ae7d6c2aa31cf6d3d2d221831e2c67cce0 hgdemandimport: exclude _contextvars (newly imported from threading) This is

Re: [PATCH] hgdemandimport: exclude _contextvars (newly imported from threading)

2025-05-13 Thread Miro Hrončok via Mercurial-devel
On 13. 05. 25 18:01, Manuel Jacob wrote: On 13/05/2025 12.06, Miro Hrončok via Mercurial-devel wrote: # HG changeset patch # User Miro Hrončok # Date 1747130687 -7200 #  Tue May 13 12:04:47 2025 +0200 # Branch 3.14 # Node ID 3e638ebc52be5052d6636a963b22a74b791ea07a # Parent  5bb6a0ae7d6c2aa

Re: [PATCH] hgdemandimport: exclude _contextvars (newly imported from threading)

2025-05-13 Thread Manuel Jacob
On 13/05/2025 12.06, Miro Hrončok via Mercurial-devel wrote: # HG changeset patch # User Miro Hrončok # Date 1747130687 -7200 #  Tue May 13 12:04:47 2025 +0200 # Branch 3.14 # Node ID 3e638ebc52be5052d6636a963b22a74b791ea07a # Parent  5bb6a0ae7d6c2aa31cf6d3d2d221831e2c67cce0 hgdemandimport:

[PATCH] hgdemandimport: exclude _contextvars (newly imported from threading)

2025-05-13 Thread Miro Hrončok via Mercurial-devel
# HG changeset patch # User Miro Hrončok # Date 1747130687 -7200 # Tue May 13 12:04:47 2025 +0200 # Branch 3.14 # Node ID 3e638ebc52be5052d6636a963b22a74b791ea07a # Parent 5bb6a0ae7d6c2aa31cf6d3d2d221831e2c67cce0 hgdemandimport: exclude _contextvars (newly imported from threading) This is