D10103: relnotes: document a number of node->revision type changes

2021-03-03 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/D10103 AFFECTED FILES relnotes/next CHANGE DETAILS diff --git

D10102: rhg: Fall back to Python for bundle repositories

2021-03-03 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/D10102 AFFECTED FILES rust/hg-core/src/repo.rs CHANGE DETAILS diff --git

D10101: rhg: Fall back to Python on --repository with an URL

2021-03-03 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/D10101 AFFECTED FILES rust/rhg/src/main.rs CHANGE DETAILS diff --git

D10100: rhg: Print non-absolutized path in "repository {} not found" errors

2021-03-03 Thread SimonSapin
SimonSapin created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY … like Python does REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D10100 AFFECTED FILES

D10099: rhg: Align "malformed --config" error message with Python

2021-03-03 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/D10099 AFFECTED FILES rust/hg-core/src/config/layer.rs CHANGE DETAILS diff

D10098: rhg: Fall back to Python on unsupported `rhg config `

2021-03-03 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/D10098 AFFECTED FILES rust/rhg/src/commands/config.rs CHANGE DETAILS diff

D10096: tests: Add `rhg` and `no-rhg` for #require and #if in .t files

2021-03-03 Thread SimonSapin
SimonSapin created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY This will allow conditionally disabling tests that are known to fail with rhg REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL

D10095: tests: Add `--rhg` and `--with-rhg=` options for `run-tests.py`

2021-03-03 Thread SimonSapin
SimonSapin created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY They are mostly equivalent to the corresponding `chg` options. For now, many tests are still failing in this configuration. It is *not* run on CI.

D10097: rhg: Fall back to Python for unsupported revset syntax

2021-03-03 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/D10097 AFFECTED FILES rust/hg-core/src/revset.rs CHANGE DETAILS diff --git

D10094: rhg: Make fallback to Python the default behavior

2021-03-03 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/D10094 AFFECTED FILES rust/rhg/src/main.rs tests/test-rhg.t CHANGE DETAILS