[PATCH] hgweb: don't try to wrap mod_wsgi loggers

2020-09-29 Thread Ludovic Chabant
# HG changeset patch # User Ludovic Chabant # Date 1601413962 25200 # Tue Sep 29 14:12:42 2020 -0700 # Node ID f8726d166fcaa0d690f6783146172758b2e14deb # Parent 80bf7b1ada15622ea45b8ecc5647404f5acb2905 hgweb: don't try to wrap mod_wsgi loggers diff --git a/mercurial/utils/procutil.py b/merc

[PATCH] hgdemandimport: exclude more sqlalchemy modules

2020-09-29 Thread Ludovic Chabant
# HG changeset patch # User Ludovic Chabant # Date 1601415526 25200 # Tue Sep 29 14:38:46 2020 -0700 # Node ID 0b78eb21c79f02980e59ae30c6049075534b # Parent f8726d166fcaa0d690f6783146172758b2e14deb hgdemandimport: exclude more sqlalchemy modules We could potentially exclude the entire s

D9121: hg-core: fix path encoding usage

2020-09-29 Thread acezar (Antoine Cezar)
acezar created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY 1. Hash encoded path are in `.hg/store/dh` instead of `.hg/store/data`. 2. Path encoded index and data files may not have the same parent path. It is not just

Re: Improving the CI experience

2020-09-29 Thread Georges Racinet
On 9/29/20 10:54 AM, Raphaël Gomès wrote: > > > On 9/28/20 8:12 PM, Augie Fackler wrote: >> >> >>> On Sep 28, 2020, at 10:43, Raphaël Gomès >> > wrote: >>> >>> Hi all, >>> >>> As you may know, we (Octobus) and other Mercurial contributors have >>> been using >>> th

D9119: salvaged: track removal-candidates in more cases

2020-09-29 Thread marmoute (Pierre-Yves David)
marmoute created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY If we want to use this information for copy tracing, then we need to be able to record it. First we unlock the recording of deletion candidate, and we wil

D9120: salvaged: record salvaged in ChangingFiles at commit time

2020-09-29 Thread marmoute (Pierre-Yves David)
marmoute created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY The new code is a simple but effective way to detect this information. We might be able to move it inside the various conditionnal above, but I want to focus

D9118: changing-files: add a "salvaged" set to track file that were not removed

2020-09-29 Thread marmoute (Pierre-Yves David)
marmoute created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY We need this set for the copy tracing algorithm. See documentation for details about this set. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL

Re: Improving the CI experience

2020-09-29 Thread Raphaël Gomès
On 9/28/20 8:12 PM, Augie Fackler wrote: On Sep 28, 2020, at 10:43, Raphaël Gomès > wrote: Hi all, As you may know, we (Octobus) and other Mercurial contributors have been using the Heptapod [1] CI to vet our patches pre-submission against 7 variants of