[Bug 6544] New: Best sites to download free antivirus

2021-07-20 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=6544 Bug ID: 6544 Summary: Best sites to download free antivirus Product: Mercurial Version: earlier Hardware: PC OS: Windows Status: UNCONFIRMED Severity: feat

D11205: test: remove `sleep` usage in `test-nointerrupt.t` (issue6271)

2021-07-20 Thread marmoute (Pierre-Yves David)
marmoute created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY We move from sleep based synchronisation to file creation based synchronisation. Sleeps is the path to the dark side. Sleeps leads to flakiness. Flakine

Failed pipeline for branch/default | mercurial-devel | 33284b3f

2021-07-20 Thread Heptapod
Pipeline #25002 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: 33284b3f ( https://foss.heptapod.net/octobus/mercurial-devel/-/commit/33284b

Failed pipeline for branch/default | mercurial-devel | 78c090e0

2021-07-20 Thread Heptapod
Pipeline #25000 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: 78c090e0 ( https://foss.heptapod.net/octobus/mercurial-devel/-/commit/78c090

mercurial@47611: 15 new changesets

2021-07-20 Thread Mercurial Commits
15 new changesets in mercurial: https://www.mercurial-scm.org/repo/hg/rev/4b76f5ca79c4 changeset: 47597:4b76f5ca79c4 user:Pierre-Yves David date:Thu Jul 08 03:42:14 2021 +0200 summary: mq: update the dirstate and its parent within a `parentchange` context https://www.mercu

D11204: hgwebdir: avoid systematic full garbage collection

2021-07-20 Thread gracinet (Georges Racinet)
gracinet created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY Forcing a systematic full garbage collection upon each request can serioulsy harm performance. This is reported as https://bz.mercurial-scm.org/show_bug.cgi?i

D11203: revlog: recommit 49fd21f32695 with a fix for issue6528

2021-07-20 Thread joerg.sonnenberger (Joerg Sonnenberger)
joerg.sonnenberger created this revision. Herald added a reviewer: durin42. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY `filelog.size` currently special cases two forms of metadata encoding: - copy data via the parent order as flag b

Re: Subject: 5.9 freeze, Windows, regression-fixes and Python 2 drop

2021-07-20 Thread Pierre-Yves David
On 7/19/21 8:44 PM, Pierre-Yves David wrote: I poked at a fix and I have something that will only requires minor adjustment, I should have a patch tomorrow morning. Here it is https://phab.mercurial-scm.org/D11201 -- Pierre-Yves David ___ Mercuria