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

2022-05-05 Thread C . Masloch
# HG changeset patch # User C. Masloch # Date 1650475479 -7200 # Wed Apr 20 19:24:39 2022 +0200 # Node ID f98a231d345436899934ddc1b05f0fc212155fb5 # Parent f45e1618cbf68aca4e72b6fed8dd2acef6f39a10 rebase: add boolean config item rebase.norebasesource This allows to use rebase without

[Bug 6696] New: test-dirstate.t#dirstate-v2 failing with Rust detection

2022-05-05 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=6696 Bug ID: 6696 Summary: test-dirstate.t#dirstate-v2 failing with Rust detection Product: Mercurial Version: 6.1.2 Hardware: PC OS: Linux Status:

D12609: obsolete: remove two unused constants

2022-05-05 Thread durin42 (Augie Fackler)
durin42 created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY I'm not sure what these constants were intended for, but they have no users so it's time to say goodbye. REPOSITORY rHG Mercurial BRANCH default REVISION

D12608: node: manually implement Debug

2022-05-05 Thread durin42 (Augie Fackler)
durin42 created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY I got too irritated today with the default Debug implementation of hg::revlog::Node while playing with a new parser. This isn't quite what I wanted, but it

D12607: censor: make rhg fall back to python when encountering a censored node

2022-05-05 Thread aalekseyev (Arseniy Alekseyev)
aalekseyev created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY This is to make it support censor.policy=ignore without having to duplicate that logic. Also, change the censor test in such a way that it uses rhg now,