D10244: tests: ask any chg instance to terminate before looking at sqlite dbs

2021-03-19 Thread joerg.sonnenberger (Joerg Sonnenberger)
joerg.sonnenberger created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY There are spurious errors in CI where the database is still locked, so force the daemon to quit to get deterministic behavior. Since the kill

D10243: chg: kill trailing comma in SEE ALSO

2021-03-19 Thread joerg.sonnenberger (Joerg Sonnenberger)
joerg.sonnenberger 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/D10243 AFFECTED FILES contrib/chg/chg.1 CHANGE DETAILS diff --git

Failed pipeline for branch/default | mercurial-devel | 8904f282

2021-03-19 Thread Heptapod
Pipeline #19570 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: 8904f282 (

Failed pipeline for branch/default | mercurial-devel | 82b07b2d

2021-03-19 Thread Heptapod
Pipeline #19567 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: 82b07b2d (

D10242: tests: resort to fix test with newer git versions

2021-03-19 Thread joerg.sonnenberger (Joerg Sonnenberger)
joerg.sonnenberger created this revision. Herald added a reviewer: durin42. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D10242 AFFECTED FILES

D10241: git: fix missing case from 6266d19556ad (introduction of nodeconstants)

2021-03-19 Thread joerg.sonnenberger (Joerg Sonnenberger)
joerg.sonnenberger created this revision. Herald added a reviewer: durin42. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D10241 AFFECTED FILES

mercurial@46794: new changeset

2021-03-19 Thread Mercurial Commits
New changeset in mercurial: https://www.mercurial-scm.org/repo/hg/rev/e2f7b2695ba1 changeset: 46794:e2f7b2695ba1 bookmark:@ tag: tip parent: 46782:6b52cffd8d0a parent: 46793:86b47ec1960a user:Matt Harbison date:Thu Mar 18 18:24:59 2021 -0400 summary:

D10240: rebase: skip obsolete commits even if they have pruned successors

2021-03-19 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY Issue 5782 reported that `hg rebase -r ` failed with an error saying that it would cause divergence. Commit a603a570cdbe

mercurial@46793: 11 new changesets (11 on stable)

2021-03-19 Thread Mercurial Commits
11 new changesets (11 on stable) in mercurial: https://www.mercurial-scm.org/repo/hg/rev/7fd369644c68 changeset: 46783:7fd369644c68 branch: stable parent: 46703:ca69e29a2a30 user:Matt Harbison date:Fri Mar 12 16:55:18 2021 -0500 summary: typing: disable a few

D10239: rhg: Initial support for the 'status' command

2021-03-19 Thread SimonSapin
SimonSapin created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY Only comparing the working directory with its first parent revision is supported. The core logic of dirstate handling and `stat`’ing files was already in

D10238: rhg: Add more conversions between error types

2021-03-19 Thread SimonSapin
SimonSapin created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY This allows using the `?` operator in more places, as the next commit does. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL