[Bug 6358] New: Error message is different depending on whether curses happened to be used or not

2020-06-21 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=6358 Bug ID: 6358 Summary: Error message is different depending on whether curses happened to be used or not Product: Mercurial Version: stable branch Hardware: PC

D8646: update: suggest --merge while `hg up` across topo branches

2020-06-21 Thread khanchi97 (Sushil khanchi)
khanchi97 created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY Before this patch, during `hg up` across topological branches with dirty working directory we suggested the user to "commit or update --clean to discard"

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

2020-06-21 Thread Manuel Jacob
# 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_buffering ui: replace `self._ferr` with identical `dest` Originally,

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

2020-06-21 Thread Manuel Jacob
# 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 perf: add another command to test performance of writing to output

D8645: clonebundles: optional memory-requirement attribution

2020-06-21 Thread joerg.sonnenberger (Joerg Sonnenberger)
joerg.sonnenberger created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY The new REQUIREDRAM option allows a client to skip bundles it isn't expected to handle well, e.g. without swapping. This allows a fallback path to

D8644: util: provide a helper function to estimate RAM size

2020-06-21 Thread joerg.sonnenberger (Joerg Sonnenberger)
joerg.sonnenberger created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY For POSIX systems, it uses sysconf. For Windows, it uses the win32 API directly. REPOSITORY rHG Mercurial BRANCH stable REVISION DETAIL

Re: [PATCH 2 of 6] py3: pass native string to urlreq.url2pathname()

2020-06-21 Thread Augie Fackler
> On Jun 19, 2020, at 12:17 AM, Manuel Jacob wrote: > > On 2020-06-19 04:56, Augie Fackler wrote: >>> On Jun 18, 2020, at 22:39, Manuel Jacob wrote: >>> On 2020-06-18 16:41, Augie Fackler wrote: > On Jun 17, 2020, at 07:26, Yuya Nishihara wrote: > On Wed, 17 Jun 2020 03:51:29 +0200,