D6605: unshelve: rename _dounshelve() to dounshelve()

2019-07-07 Thread navaneeth.suresh (Navaneeth Suresh)
Closed by commit rHG70f1a84d0794: unshelve: rename _dounshelve() to dounshelve() (authored by navaneeth.suresh). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6605?vs=15762&id=15784

Re: D6594: RFC dirstatemap

2019-07-07 Thread Yuya Nishihara
> sharing references between Rust and Python: > https://raphaelgomes.dev/blog/articles/2019-07-01-sharing-references-between-python-and-rust.html. Do you have some benchmark number compared to simpler (and dumb) approaches such as caching PyList/Dict representation? I heard boxing a PyObject has

D6594: RFC dirstatemap

2019-07-07 Thread yuja (Yuya Nishihara)
yuja added a comment. > sharing references between Rust and Python: > https://raphaelgomes.dev/blog/articles/2019-07-01-sharing-references-between-python-and-rust.html. Do you have some benchmark number compared to simpler (and dumb) approaches such as caching PyList/Dict representati

D6609: tweakdefaults: make hg resolve require --re-merge flag to re-merge

2019-07-07 Thread valentin.gatienbaron (Valentin Gatien-Baron)
valentin.gatienbaron created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY Pulkit suggested it in https://phab.mercurial-scm.org/D4379, and a discussion with Octobus people reminded me that people still use the error-prone

D6610: tweakdefaults: make hg resolve require --re-merge flag to re-merge

2019-07-07 Thread valentin.gatienbaron (Valentin Gatien-Baron)
valentin.gatienbaron created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY Pulkit suggested it in https://phab.mercurial-scm.org/D4379, and a discussion with Octobus people reminded me that people still use the error-prone

D6611: blackbox: disable extremely verbose logging (issue6110)

2019-07-07 Thread valentin.gatienbaron (Valentin Gatien-Baron)
valentin.gatienbaron created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY This is maybe not the best way to go about fixing this, but anything is better than the status quo. REPOSITORY rHG Mercurial REVISION DETAIL htt

D6612: tests: show the files fields of changelogs for many merges

2019-07-07 Thread valentin.gatienbaron (Valentin Gatien-Baron)
valentin.gatienbaron created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY Question: this test takes 1min to run, so I'm not sure if it's worth keeping around? It was certainly useful when writing the next commit at least.

D6613: commit: improve the files field of changelog for merges (RFC)

2019-07-07 Thread valentin.gatienbaron (Valentin Gatien-Baron)
valentin.gatienbaron created this revision. Herald added subscribers: mercurial-devel, mjpieters. Herald added a reviewer: hg-reviewers. REVISION SUMMARY The main reason for the RFC tag is: the output of hg log -T {files} is stored in the changelog, despite it being a cache. So any fix to that

D6613: commit: improve the files field of changelog for merges (RFC)

2019-07-07 Thread martinvonz (Martin von Zweigbergk)
martinvonz added a comment. See some thoughts from me and others on https://bz.mercurial-scm.org/show_bug.cgi?id=4292. Is your goal to shrink the changelog? Or that you feel that the current behavior is incorrect? Or something else? REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION ht