mercurial@48738: new changeset

2022-02-14 Thread Mercurial Commits
New changeset in mercurial: https://www.mercurial-scm.org/repo/hg/rev/00efd2d5037d changeset: 48738:00efd2d5037d bookmark:@ tag: tip user:Simon Sapin date:Mon Feb 14 18:57:12 2022 +0100 summary: rust: fix code formatting -- Repository URL: https://www.mercurial

mercurial@48737: 9 new changesets

2022-02-14 Thread Mercurial Commits
9 new changesets in mercurial: https://www.mercurial-scm.org/repo/hg/rev/99b1dfc06571 changeset: 48729:99b1dfc06571 user:Simon Sapin date:Thu Feb 10 11:58:04 2022 +0100 summary: rhg: Add support for HGPLAINEXPECT https://www.mercurial-scm.org/repo/hg/rev/1aaf11e35aec change

D12180: hghave: update rustfmt criterion

2022-02-14 Thread Raphaël Gomès
Alphare created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY In 9ebc10ad4a04 I updated `rustfmt` without touching hghave, which means that the

D12179: revlog: register changelogv2 C implementation in parsers

2022-02-14 Thread pacien (Pacien)
pacien created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY This allows Python code to make use of the C implementation of the changelogv2 base operations when the C extensions are enabled. The `format_version` values

D12178: revlog: implement changelogv2 packing and unpacking in C

2022-02-14 Thread pacien (Pacien)
pacien created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY This introduces a C implementation of changelogv2 records packing and unpacking operations matching the pure Python counterpart, similarly to what we already h

D12177: revlog: memset whole record instead of dealing with padding

2022-02-14 Thread pacien (Pacien)
pacien created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY This is less error-prone. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D12177 AFFECTED FILES mercurial/cext/re

D12176: revlog: do not compute node location by hand in index_invalidate_added

2022-02-14 Thread pacien (Pacien)
pacien created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY The node is not guaranteed to be at the same location all the time (e.g: changelog v2), so let's use the official existing API to get that value. REPOSITORY rH

D12175: status: prefer relative paths in Rust code

2022-02-14 Thread SimonSapin
SimonSapin created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY … when the repository root is under the current directory, so the kernel needs to traverse fewer directory in every call to `read_dir` or `symlink_metadata`

D12174: rust: remove unused `StatusError::IO` enum variant

2022-02-14 Thread SimonSapin
SimonSapin created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY All `io::Error` cases are now handled through PatternFileWarning or BadMatch REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercu

D12173: rust: fix code formatting

2022-02-14 Thread SimonSapin
SimonSapin created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D12173 AFFECTED FILES rust/rhg/src/commands/status.rs CHANGE DETAILS diff --git

D12172: packaging: replace centos8 by rockylinux 8

2022-02-14 Thread Mathias De Maré
Mathiasdm created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REPOSITORY rHG Mercurial BRANCH stable REVISION DETAIL https://phab.mercurial-scm.org/D12172 AFFECTED FILES contrib/packaging/docker/centos8 CHANGE DETAILS diff --git

mercurial@48728: new changeset

2022-02-14 Thread Mercurial Commits
New changeset in mercurial: https://www.mercurial-scm.org/repo/hg/rev/3199b575375d changeset: 48728:3199b575375d bookmark:@ tag: tip parent: 48724:c7e675848027 parent: 48727:6e5ab1673020 user:Augie Fackler date:Thu Feb 10 13:24:38 2022 -0500 summary: me

Re: phab.mercurial-scm.org is completely overrun with SEO spam

2022-02-14 Thread Raphaël Gomès
On 2/7/22 15:07, vlofgren wrote: Hello I apologize in advance if this isn't the right place to send this, I've turned the mercurial-scm.org-website upside down looking for a webmaster URL or some sort of contact information but come up with nothing. My hope is that someone on this list knows wh

Re: settling dirstate-tracked-key in 6.1

2022-02-14 Thread Raphaël Gomès
On 2/13/22 23:37, Pierre-Yves David wrote: Hello everyone The 6.1 freeze is looming and I would like to discuss finalizing the `dirstate-tracked-key` feature. The main remaining question if the configuration option. That already sparked some discussion in the initial series but was a secondar