D12442: [RFC] rhg: implement more methods on revlogs

2022-04-05 Thread martinvonz (Martin von Zweigbergk)
martinvonz 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/D12442 AFFECTED FILES rust/hg-core/src/revlog/changelog.rs rust/hg-core/src/rev

D12441: crecord: avoid duplicating lines when reverting noeol->eol change

2022-04-05 Thread spectral (Kyle Lippincott)
spectral created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY When reversing a patch that looks like this while using crecord: @@ -301,4 +302,4 @@ zza zzb zzc zzd -zze \ No newline at end of fil

D12440: crecord: add test demonstrating issue when reverting noeol->eol change

2022-04-05 Thread spectral (Kyle Lippincott)
spectral 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/D12440 AFFECTED FILES tests/test-revert-interactive-curses.t CHANGE DETAILS diff

D12439: [RFC] rhg: start parsing changeset data

2022-04-05 Thread martinvonz (Martin von Zweigbergk)
martinvonz 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/D12439 AFFECTED FILES rust/hg-core/src/revlog/changelog.rs CHANGE DETAILS diff

D12438: rhg: remove special parsing of empty changelog data for null rev

2022-04-05 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY For the null revision, `Revlog::get_rev_data()` will return an empty string (of bytes). We currently handle that case in `ChangelogRevisionData::manifest_no

mercurial-devel | Failed pipeline for branch/default | 32dd1511

2022-04-05 Thread Heptapod
Pipeline #46986 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: 32dd1511 ( https://foss.heptapod.net/mercurial/mercurial-devel/-/commit/

Re: [PATCH] completion: install completers to conventional locations

2022-04-05 Thread Raphaël Gomès
It appears that this was queued some days ago. Thanks for the patch! On 3/25/22 04:37, Matthew Martin wrote: I've tested the patch on OpenBSD, but don't have other systems handy. # HG changeset patch # User Matthew Martin # Date 1648175205 18000 # Thu Mar 24 21:26:45 2022 -0500 # Node ID

mercurial@49005: new changeset

2022-04-05 Thread Mercurial Commits
New changeset in mercurial: https://www.mercurial-scm.org/repo/hg/rev/12adf8c695ed changeset: 49005:12adf8c695ed bookmark:@ tag: tip parent: 48997:20c6c9e43397 parent: 49004:9dcfd1d05e6e user:Raphaël Gomès date:Tue Apr 05 11:09:03 2022 +0200 summary: me

mercurial-devel | Failed pipeline for branch/default | 2b96a6f9

2022-04-05 Thread Heptapod
Pipeline #46972 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: 2b96a6f9 ( https://foss.heptapod.net/mercurial/mercurial-devel/-/commit/

mercurial@49004: 6 new changesets (6 on stable)

2022-04-05 Thread Mercurial Commits
6 new changesets (6 on stable) in mercurial: https://www.mercurial-scm.org/repo/hg/rev/cfd270d83169 changeset: 48999:cfd270d83169 branch: stable user:Raphaël Gomès date:Tue Apr 05 10:55:27 2022 +0200 summary: rust: explain why the current `OwningDirstateMap` is unsound