D12606: contrib: migrate off of a couple of bitbucket URLs

2022-05-04 Thread mharbison72 (Matt Harbison)
mharbison72 created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY I noticed this when diffing the thg installer against Mercurial to see what was missing. There are a handful of other URLs in i18n and extension example he

D12605: diff: add help text to highlight the ability to do "merge diffs"

2022-05-04 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/D12605 AFFECTED FILES mercurial/commands.py tests/test-help.t CHANGE DETAILS

Re: [PATCH] rebase: add boolean config item rebase.norebasesource

2022-05-04 Thread Augie Fackler
> On Apr 20, 2022, at 2:19 PM, C. Masloch wrote: > > # HG changeset patch > # User C. Masloch > # Date 1650475479 -7200 > # Wed Apr 20 19:24:39 2022 +0200 > # Node ID 4fd9ac0558249d24552b9efeed1ac77452c73319 > # Parent f45e1618cbf68aca4e72b6fed8dd2acef6f39a10 > rebase: add boolean config

mercurial-devel | Failed pipeline for branch/stable | 9889bf0f

2022-05-04 Thread Heptapod
Pipeline #53617 has failed! Project: mercurial-devel ( https://foss.heptapod.net/mercurial/mercurial-devel ) Branch: branch/stable ( https://foss.heptapod.net/mercurial/mercurial-devel/-/commits/branch/stable ) Commit: 9889bf0f ( https://foss.heptapod.net/mercurial/mercurial-devel/-/commit/98

mercurial-devel | Failed pipeline for branch/default | a932cad2

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

mercurial-devel | Failed pipeline for branch/stable | 4420e06c

2022-05-04 Thread Heptapod
Pipeline #53611 has failed! Project: mercurial-devel ( https://foss.heptapod.net/mercurial/mercurial-devel ) Branch: branch/stable ( https://foss.heptapod.net/mercurial/mercurial-devel/-/commits/branch/stable ) Commit: 4420e06c ( https://foss.heptapod.net/mercurial/mercurial-devel/-/commit/44

D12604: censor: fix [hg update] away from a revision with censored files

2022-05-04 Thread aalekseyev (Arseniy Alekseyev)
aalekseyev 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/D12604 AFFECTED FILES mercurial/filelog.py tests/test-censor2.t CHANGE DETAILS

mercurial-devel | Failed pipeline for branch/default | 9d1e9689

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

D12603: diff: graduate merge diffs from experimental and add to tweakdefaults

2022-05-04 Thread durin42 (Augie Fackler)
durin42 created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY I've been using this functionality for two years without incident and it's been outstanding. In my opinion it's time to both remove the experimental warning la

mercurial@49159: 9 new changesets (9 on stable)

2022-05-04 Thread Mercurial Commits
9 new changesets (9 on stable) in mercurial: https://www.mercurial-scm.org/repo/hg/rev/1b6e381521c5 changeset: 49151:1b6e381521c5 branch: stable user:Matt Harbison date:Mon May 02 22:04:59 2022 -0400 summary: doc: use an absolute path in sys.path to work around a python

Re: [PATCH stable] docs: use proper rst markup for preformatted blocks

2022-05-04 Thread Augie Fackler
This appears to be landed as 363b6. Thanks! On Tue, May 3, 2022 at 10:53 AM Mads Kiilerich wrote: > # HG changeset patch > # User Mads Kiilerich > # Date 1651574481 -7200 > # Tue May 03 12:41:21 2022 +0200 > # Branch stable > # Node ID 1d257c4c15683ee998edcc7dd6caf5a4cb52c820 > # Parent f

mercurial-devel | Failed pipeline for branch/stable | 363b687b

2022-05-04 Thread Heptapod
Pipeline #53609 has failed! Project: mercurial-devel ( https://foss.heptapod.net/mercurial/mercurial-devel ) Branch: branch/stable ( https://foss.heptapod.net/mercurial/mercurial-devel/-/commits/branch/stable ) Commit: 363b687b ( https://foss.heptapod.net/mercurial/mercurial-devel/-/commit/36

mercurial-devel | Failed pipeline for branch/stable | 682b0ac9

2022-05-04 Thread Heptapod
Pipeline #53607 has failed! Project: mercurial-devel ( https://foss.heptapod.net/mercurial/mercurial-devel ) Branch: branch/stable ( https://foss.heptapod.net/mercurial/mercurial-devel/-/commits/branch/stable ) Commit: 682b0ac9 ( https://foss.heptapod.net/mercurial/mercurial-devel/-/commit/68

mercurial-devel | Failed pipeline for branch/stable | 682b0ac9

2022-05-04 Thread Heptapod
Pipeline #53607 has failed! Project: mercurial-devel ( https://foss.heptapod.net/mercurial/mercurial-devel ) Branch: branch/stable ( https://foss.heptapod.net/mercurial/mercurial-devel/-/commits/branch/stable ) Commit: 682b0ac9 ( https://foss.heptapod.net/mercurial/mercurial-devel/-/commit/68

D12602: test-dirstate: print something when the check is skipped

2022-05-04 Thread Raphaël Gomès
Alphare created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY This makes a programming error obvious in cases when it should not be skipped REPOSITORY rHG Mercurial BRANCH stable REVISION DETAIL https://phab.mercuria

D12601: test-dirstate: fix detection of Rust environment variable

2022-05-04 Thread Raphaël Gomès
Alphare created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY The Rust path never actually worked. This change also improves clarity of the comment. The next change will ensure we print something when this check fails. REP