D12096: stream-clone: allow to change persistent-nodemap format during stream clone

2022-01-27 Thread marmoute (Pierre-Yves David)
marmoute created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY Persistent nodemap affect the store format. However it is fairly isolated and fast to general locally. So not making it a fixed part of the stream clone is

D12094: debugbuilddag: add a flag to allow running it from a non-empty repository

2022-01-27 Thread marmoute (Pierre-Yves David)
marmoute created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY Allow that by default seems "dangerous", but having a flag to make it possible will be useful to help building some repository incrementally. The newly

D12095: stream-clone: add 5000 changesets to test-clone-stream-format

2022-01-27 Thread marmoute (Pierre-Yves David)
marmoute created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY This make sure the changelog is not inlined. We needs this to test coming behavior change around persistent-nodemap. REPOSITORY rHG Mercurial BRANCH

D12093: persistent-nodemap: properly delete all nodemap files on downgrade

2022-01-27 Thread marmoute (Pierre-Yves David)
marmoute created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY Previously, we were only deleting the docket fileā€¦ REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D12093

Re: hgweb: access to `rawenv` (or `$REQUEST_URI`) within a template

2022-01-27 Thread Norman Gray
Greetings. I've just realised that, although I planned to subscribe to the general mercurial list, I seem (rather stupidly) to have accidentally subscribed to the developers' list instead, where my how-to-use question might be seen as out of scope. Apologies for that: would the question

D12092: interfaces: add missing caches kwarg of localrepo.updatecaches()

2022-01-27 Thread av6 (Anton Shestakov)
av6 created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY Added to localrepo: in 1337bfaa88ca , added to the interface: now. REPOSITORY rHG

D12091: stream-clone: filter possible missing requirements using all supported one

2022-01-27 Thread marmoute (Pierre-Yves David)
marmoute created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY The `supportedformat` requirements is missing some important requirements and it seems better to filter out with all requirements we know, not just an