D9945: debugdiscovery: add flags to run discovery on subsets of the local repo

2021-02-01 Thread marmoute (Pierre-Yves David)
marmoute created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY Generating new repository using strip of local clone is very expensive for large repositories. And such large repository are the most likely to requires

mercurial-devel | Pipeline #17449 has failed for branch/default | 7ab977d8

2021-02-01 Thread Heptapod
Your pipeline 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: 7ab977d8 (

D9944: relnotes: add entry for `hg diff --merge -c`

2021-02-01 Thread durin42 (Augie Fackler)
durin42 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/D9944 AFFECTED FILES relnotes/next CHANGE DETAILS diff --git a/relnotes/next

mercurial-devel | Pipeline #17446 has failed for branch/default | c9d765b5

2021-02-01 Thread Heptapod
Your pipeline 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: c9d765b5 (

D9943: relnotes: elaborate on the side effects of hooks having HGPLAIN=1

2021-02-01 Thread mharbison72 (Matt Harbison)
mharbison72 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/D9943 AFFECTED FILES relnotes/next CHANGE DETAILS diff --git a/relnotes/next

mercurial@46415: new changeset (1 on stable)

2021-02-01 Thread Mercurial Commits
New changeset (1 on stable) in mercurial: https://www.mercurial-scm.org/repo/hg/rev/8deab876fb59 changeset: 46415:8deab876fb59 branch: stable tag: tip parent: 46413:ed43b6fa847e user:Kyle Lippincott date:Wed Jan 27 10:29:21 2021 -0800 summary: wix: tell

D9941: rhg: initial support for shared repositories

2021-02-01 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/D9941 AFFECTED FILES rust/hg-core/src/errors.rs rust/hg-core/src/repo.rs

D9942: rhg: add support for share-safe

2021-02-01 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/D9942 AFFECTED FILES rust/hg-core/src/repo.rs rust/hg-core/src/requirements.rs

D9940: rhg: Add basic test with a shared repository

2021-02-01 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/D9940 AFFECTED FILES tests/test-rhg.t CHANGE DETAILS diff --git

mercurial-devel | Pipeline #17439 has failed for branch/default | 54ca95a8

2021-02-01 Thread Heptapod
Your pipeline 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: 54ca95a8 (

mercurial-devel | Pipeline #17436 has failed for branch/default | 6de20600

2021-02-01 Thread Heptapod
Your pipeline 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: 6de20600 (

D9939: diff: suppress `merging foo` output lines when performing a merge diff

2021-02-01 Thread durin42 (Augie Fackler)
durin42 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/D9939 AFFECTED FILES mercurial/commands.py tests/test-diff-change.t CHANGE

D9938: rust: use HgError in ConfigError

2021-02-01 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/D9938 AFFECTED FILES rust/hg-core/src/config/config.rs