D12161: help: make the help for `safe-mismatch` real section

2022-02-09 Thread marmoute (Pierre-Yves David)
marmoute created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY The extra new lines mean the minirst engine were not seeing them as section… meaning they could not be addressed directly. REPOSITORY rHG Mercurial BRANCH

D12160: help: avoid repeated value in the safe-mistmatch help

2022-02-09 Thread marmoute (Pierre-Yves David)
marmoute created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY This was copy pasted and overlooked when it got in. REPOSITORY rHG Mercurial BRANCH stable REVISION DETAIL https://phab.mercurial-scm.org/D12160

D12159: help: add missing `.` in config reference

2022-02-09 Thread marmoute (Pierre-Yves David)
marmoute created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY The `hg help` command is still confused at the number of dots, but at least the reference is correct. REPOSITORY rHG Mercurial BRANCH stable REVISION

mercurial-devel | Failed pipeline for branch/default | 3e67b18f

2022-02-09 Thread Heptapod
Pipeline #34741 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: 3e67b18f (

D12158: color: don't infer vt status from TERM on Windows

2022-02-09 Thread mitchhentgesmozilla (Mitchell Hentges)
mitchhentgesmozilla created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY Previously, it was assumed that Windows environments with "xterm" in the TERM environment variable meant that either "virtual terminal mode" was

D12157: scmutil: obsrevs is already a frozenset

2022-02-09 Thread av6 (Anton Shestakov)
av6 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/D12157 AFFECTED FILES mercurial/scmutil.py CHANGE DETAILS diff --git

D12156: obsolete: always return frozensets from obsolete.getrevs()

2022-02-09 Thread av6 (Anton Shestakov)
av6 created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY getrevs function already returns an empty frozenset when there is no obsstore, but let's make sure to return a frozenset in any case. This makes it possible to