D8647: run-tests: replace '#' with '-' in temp path of repos created for tests

2020-06-22 Thread pulkit (Pulkit Goyal)
pulkit created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY If we have multiple cases in a test, that leads us to a temp path of format "-#". This leads to hg.parseurl() parsing the path and take part after `#` as a b

D8648: [rhg] format code

2020-06-22 Thread acezar (Antoine Cezar)
acezar created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY Bad formating breaks tests/test-check-rust-format.t REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D8648 AFFECTED

Re: [PATCH] ui: replace `self._ferr` with identical `dest`

2020-06-22 Thread Yuya Nishihara
On Mon, 22 Jun 2020 02:10:26 +0200, Manuel Jacob wrote: > # HG changeset patch > # User Manuel Jacob > # Date 1591245840 -7200 > # Thu Jun 04 06:44:00 2020 +0200 > # Node ID 1cb5db2ebec29368a7830092686e6afc1ca822b9 > # Parent a46e36b824612be16b38a1c1cd11160c293d115b > # EXP-Topic ui_stream_b

Re: [PATCH] perf: add another command to test performance of writing to output streams

2020-06-22 Thread Yuya Nishihara
On Mon, 22 Jun 2020 02:02:34 +0200, Manuel Jacob wrote: > # HG changeset patch > # User Manuel Jacob > # Date 1591314853 -7200 > # Fri Jun 05 01:54:13 2020 +0200 > # Node ID 1d9781c4f9bcd2df5745b7e9d880dbd5b46c559e > # Parent 61719b9658b156548634c216ffb2b9188266293b > # EXP-Topic perfwrite2

Re: [PATCH] perf: add another command to test performance of writing to output streams

2020-06-22 Thread Manuel Jacob
On 2020-06-22 12:58, Yuya Nishihara wrote: On Mon, 22 Jun 2020 02:02:34 +0200, Manuel Jacob wrote: # HG changeset patch # User Manuel Jacob # Date 1591314853 -7200 # Fri Jun 05 01:54:13 2020 +0200 # Node ID 1d9781c4f9bcd2df5745b7e9d880dbd5b46c559e # Parent 61719b9658b156548634c216ffb2b918

Re: [PATCH] perf: add another command to test performance of writing to output streams

2020-06-22 Thread Yuya Nishihara
On Mon, 22 Jun 2020 13:13:04 +0200, Manuel Jacob wrote: > On 2020-06-22 12:58, Yuya Nishihara wrote: > > On Mon, 22 Jun 2020 02:02:34 +0200, Manuel Jacob wrote: > >> # HG changeset patch > >> # User Manuel Jacob > >> # Date 1591314853 -7200 > >> # Fri Jun 05 01:54:13 2020 +0200 > >> # Node ID

Re: Virtual sprint? Ideas?

2020-06-22 Thread Raphaël Gomès
Hi there, I think keeping the global sprint going even if in a new format is a good idea, but considering the obvious timezone issues we need to be quite organized if we want to do anything real-time. Here's an idea: let's build up a list of all the main topics we want to discuss, estimate r

Re: Virtual sprint? Ideas?

2020-06-22 Thread Martin von Zweigbergk via Mercurial-devel
Sounds like a good idea to me! When do we want to do the next sprint? I think it would make sense to have one sooner than the usual ~October time frame since we missed the spring one. That should probably be possible since we won't need to plan travel. On Mon, Jun 22, 2020 at 5:26 AM Raphaël Gomè

Re: Virtual sprint? Ideas?

2020-06-22 Thread Augie Fackler
Agreed. > On Jun 22, 2020, at 11:49, Martin von Zweigbergk > wrote: > > Sounds like a good idea to me! > > When do we want to do the next sprint? I think it would make sense to have > one sooner than the usual ~October time frame since we missed the spring one. > That should probably be poss

Re: [PATCH] phases: remove useless lookup of repo[rev].rev() in _retractboundary

2020-06-22 Thread Augie Fackler
On Sat, Jun 20, 2020 at 11:49:59AM +0900, Yuya Nishihara wrote: > # HG changeset patch > # User Yuya Nishihara > # Date 1592619023 -32400 > # Sat Jun 20 11:10:23 2020 +0900 > # Node ID f1d40c573b29f4f51357b504e207f2f493405774 > # Parent f46a333fefcac83d835a5a61cf164311495c9422 > phases: remo

Re: Adding a cache for dirstate

2020-06-22 Thread Augie Fackler
On Wed, May 20, 2020 at 04:34:06PM +0200, Raphaël Gomès wrote: > Bikeshedding update: > > How about naming it "DirsTraversalCache" instead? "DirsCache" was a bit of a > placeholder and not clear enough for my taste (and others as well I've been > told). It would go in `.hg/wcache/dirs_traversal_cac

Re: Adding a cache for dirstate

2020-06-22 Thread Augie Fackler
(Forgot to say in my last: if you want to VC about this and work out more details, I'd be delighted so we're on the same page in terms of needs.) On Wed, May 20, 2020 at 04:34:06PM +0200, Raphaël Gomès wrote: > Bikeshedding update: > > How about naming it "DirsTraversalCache" instead? "DirsCache"

Re: Implementing share safe plan.

2020-06-22 Thread Augie Fackler
(+martinvonz for visibility) On Mon, Apr 13, 2020 at 07:23:45PM +0530, Pulkit Goyal wrote: > Hey everyone, > > I hope you are doing well. > > I am working on implementing the ShareSafePlan > (https://www.mercurial-scm.org/wiki/ShareSafePlan) which aims to fix > bugs caused by shared repositories n

[PATCH v2] perf: make `hg perfwrite` more flexible

2020-06-22 Thread Manuel Jacob
# HG changeset patch # User Manuel Jacob # Date 1591314853 -7200 # Fri Jun 05 01:54:13 2020 +0200 # Node ID d0bfd96406c0212f146728080dfdd002118960f9 # Parent 61719b9658b156548634c216ffb2b9188266293b # EXP-Topic perfwrite2 perf: make `hg perfwrite` more flexible The more flexible command was

[PATCH] chg: fix typo

2020-06-22 Thread Manuel Jacob
# HG changeset patch # User Manuel Jacob # Date 1592880927 -7200 # Tue Jun 23 04:55:27 2020 +0200 # Branch stable # Node ID bbb86dc9d00ea19611c71915ef4cd5b1e6ae0884 # Parent 1a4b9b602e54788ead2ad15b843ed7f3b90b706a # EXP-Topic locale chg: fix typo diff --git a/contrib/chg/chg.c b/contrib/ch

D8649: help: document meaning of '%' in graphlog output

2020-06-22 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY I added the feature in 14d0e89520a2 (graphlog: use '%' for other context in mer