mercurial@48471: 3 new changesets

2021-12-16 Thread Mercurial Commits
3 new changesets in mercurial: https://www.mercurial-scm.org/repo/hg/rev/a16eedf47843 changeset: 48469:a16eedf47843 user:Martin von Zweigbergk date:Tue Dec 14 13:41:34 2021 -0800 summary: filemerge: remove leftover documentation of removed argument

D11937: rank: actually persist revision's rank in changelog-v2

2021-12-16 Thread marmoute (Pierre-Yves David)
marmoute created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY The changelog v2 format is now persisting whatever "rank" value is recorded. However keep in mind that for we do not record any value. REPOSITORY rHG

D11936: rank: add a "rank" value to the revlog-entry tuple

2021-12-16 Thread marmoute (Pierre-Yves David)
marmoute created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY The rank of a revision is the size of sub-graph it defines as a head. In other words, the rank of X is the size of `ancestors(X)` (X included). This is a

D11934: changelog-v2: use helper constant in the code to pack/unpack entries

2021-12-16 Thread marmoute (Pierre-Yves David)
marmoute created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY This makes the code simpler to read and modify. This is probably less efficient, but we are talking about the Python implementation here, so performance is

D11935: changelog-v2: fix an assertion error to display the right data

2021-12-16 Thread marmoute (Pierre-Yves David)
marmoute created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY We were checking on thing and displaying the other. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D11935

D11933: revlog: add some information about the revision we cannot find

2021-12-16 Thread marmoute (Pierre-Yves David)
marmoute created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY Parameter to Exception are good, use them. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D11933 AFFECTED FILES

D11932: rhg: Use binary search in manifest lookup

2021-12-16 Thread SimonSapin
SimonSapin created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY … instead of linear scan, when looking for a single entry based on its path. Manifest entries are sorted by path, but are variable-size so we can’t use the

[Bug 6625] New: When running hg pull -u (locally) and error occured: hg 5.5

2021-12-16 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=6625 Bug ID: 6625 Summary: When running hg pull -u (locally) and error occured: hg 5.5 Product: Mercurial Version: earlier Hardware: PC OS: Linux