Re: [PATCH] phabricator: split auth.url into the standard auth.schemes and auth.prefix

2018-05-14 Thread Martin von Zweigbergk via Mercurial-devel
On Mon, May 14, 2018 at 10:14 PM Matt Harbison wrote: > > On May 15, 2018, at 1:05 AM, Martin von Zweigbergk > wrote: > > > > On Mon, May 14, 2018 at 8:43 PM Matt Harbison > wrote: > >> # HG changeset patch >> # User Matt

Re: [PATCH] phabricator: split auth.url into the standard auth.schemes and auth.prefix

2018-05-14 Thread Matt Harbison
> On May 15, 2018, at 1:05 AM, Martin von Zweigbergk > wrote: > > > >> On Mon, May 14, 2018 at 8:43 PM Matt Harbison wrote: >> # HG changeset patch >> # User Matt Harbison >> # Date 1526353230 14400 >> # Mon May 14

Re: [PATCH] phabricator: split auth.url into the standard auth.schemes and auth.prefix

2018-05-14 Thread Martin von Zweigbergk via Mercurial-devel
On Mon, May 14, 2018 at 8:43 PM Matt Harbison wrote: > # HG changeset patch > # User Matt Harbison > # Date 1526353230 14400 > # Mon May 14 23:00:30 2018 -0400 > # Node ID b7849cc51d8d8040f233328ee46a6466dff207cd > # Parent

[PATCH] phabricator: split auth.url into the standard auth.schemes and auth.prefix

2018-05-14 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1526353230 14400 # Mon May 14 23:00:30 2018 -0400 # Node ID b7849cc51d8d8040f233328ee46a6466dff207cd # Parent b5d62ec33438171e00030ec1442f91fbf496adf6 phabricator: split auth.url into the standard auth.schemes and

Re: [PATCH RFC] help: add new deprecated topic

2018-05-14 Thread Matt Harbison
On Mon, 14 May 2018 07:11:16 -0400, David Demelier wrote: # HG changeset patch # User David Demelier # Date 1526296264 -7200 # Mon May 14 13:11:04 2018 +0200 # Node ID 4cf720342c2fd6fe4bb10f1c756124aaac8f5901 # Parent

D3556: run-tests: update the test case name format

2018-05-14 Thread quark (Jun Wu)
quark accepted this revision. quark added a comment. I like this change. Didn't realize it's this simple. Marking as accetped. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D3556 To: lothiraldan, #hg-reviewers, quark Cc: quark, mercurial-devel

D3559: narrow: only wrap dirstate functions once, instead of per-reposetup

2018-05-14 Thread spectral (Kyle Lippincott)
spectral created this revision. Herald added a reviewer: durin42. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY chg will call reposetup multiple times, and we will end up double-wrapping (or worse) the dirstate functions; this can cause

[Bug 5887] New: evolve can reference lock variable before initializing it

2018-05-14 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=5887 Bug ID: 5887 Summary: evolve can reference lock variable before initializing it Product: Mercurial Version: 4.5.3 Hardware: Macintosh OS: Mac OS

[Bug 5886] New: `hg evolve` merge conflicts do not show up when commands.status.verbose=True

2018-05-14 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=5886 Bug ID: 5886 Summary: `hg evolve` merge conflicts do not show up when commands.status.verbose=True Product: Mercurial Version: unspecified Hardware: PC OS:

Re: [PATCH] config: rename streamunbundle to stream-unbundle

2018-05-14 Thread Pulkit Goyal
On Mon, May 14, 2018 at 5:53 PM Yuya Nishihara wrote: > On Mon, 14 May 2018 11:23:24 +0200, David Demelier wrote: > > # HG changeset patch > > # User David Demelier > > # Date 1526286491 -7200 > > # Mon May 14 10:28:11 2018 +0200 > > # Node ID

D3558: revlog: handle errors from index_node() in nt_insert() and index_slice_del()

2018-05-14 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY Same idea as in https://phab.mercurial-scm.org/rHGa9d9802d577e8c73e0d4316d178474d700f37bbd (revlog: don't say "not found" on internal error, 2018-05-04).

mercurial@37983: 6 new changesets (1 on stable)

2018-05-14 Thread Mercurial Commits
6 new changesets (1 on stable) in mercurial: https://www.mercurial-scm.org/repo/hg/rev/312d7d14d44e changeset: 37978:312d7d14d44e user:Martin von Zweigbergk date:Fri May 11 07:31:51 2018 -0700 summary: revlog: handle error from node lookup

D3532: wireprotov2: define and implement "rawstorefile" command

2018-05-14 Thread indygreg (Gregory Szorc)
indygreg added a comment. I'm not yet sure what will be done with stream clones. There's a good chance the existing approach more or less gets carried forward. I do concede that it is pretty optimal and we'll have a hard time reproducing its performance. REPOSITORY rHG Mercurial REVISION

Re: [PATCH] config: rename streamunbundle to stream-unbundle

2018-05-14 Thread Yuya Nishihara
On Mon, 14 May 2018 11:23:24 +0200, David Demelier wrote: > # HG changeset patch > # User David Demelier > # Date 1526286491 -7200 > # Mon May 14 10:28:11 2018 +0200 > # Node ID 3cd7780897a23b96f6bbb5d5fccc2a3006931365 > # Parent

[PATCH] revlog: for a delta, when a parent was refused, suggest other parent (issue5481)

2018-05-14 Thread Paul Morelle
# HG changeset patch # User Paul Morelle # Date 1526295914 -7200 # Mon May 14 13:05:14 2018 +0200 # Node ID 7f059b2d62b30e1fd7ca86d00819395178c6a50b # Parent 8ba0344f9fb145f5b9b909f1211defc9e0793f68 # EXP-Topic fallback-to-other-parent # Available At

Re: [PATCH] export: add -B option to select a bookmark

2018-05-14 Thread Yuya Nishihara
On Mon, 14 May 2018 13:01:26 +0200, David Demelier wrote: > # HG changeset patch > # User David Demelier > # Date 1526295193 -7200 > # Mon May 14 12:53:13 2018 +0200 > # Node ID 870851c118b003e60a574670fc603b4780609c3b > # Parent

Re: [PATCH V2] phabricator: migrate [phabricator.auth] to [auth]

2018-05-14 Thread Yuya Nishihara
On Sun, 13 May 2018 21:25:35 -0400, Matt Harbison wrote: > # HG changeset patch > # User Matt Harbison > # Date 1526099641 14400 > # Sat May 12 00:34:01 2018 -0400 > # Node ID 18219fa2a84fea13114970a73a505724a5d63a43 > # Parent

[PATCH V2] revlog: suggest other parent when a parent was refused for a delta (issue5481)

2018-05-14 Thread Paul Morelle
# HG changeset patch # User Paul Morelle # Date 1526295914 -7200 # Mon May 14 13:05:14 2018 +0200 # Node ID 12fd4a2e154a679a601b8facbb5f15956d427e9e # Parent 8ba0344f9fb145f5b9b909f1211defc9e0793f68 # EXP-Topic fallback-to-other-parent # Available At

[PATCH RFC] help: add new deprecated topic

2018-05-14 Thread David Demelier
# HG changeset patch # User David Demelier # Date 1526296264 -7200 # Mon May 14 13:11:04 2018 +0200 # Node ID 4cf720342c2fd6fe4bb10f1c756124aaac8f5901 # Parent 8ba0344f9fb145f5b9b909f1211defc9e0793f68 help: add new deprecated topic Add a deprecated topic which lists

[PATCH] export: add -B option to select a bookmark

2018-05-14 Thread David Demelier
# HG changeset patch # User David Demelier # Date 1526295193 -7200 # Mon May 14 12:53:13 2018 +0200 # Node ID 870851c118b003e60a574670fc603b4780609c3b # Parent 8ba0344f9fb145f5b9b909f1211defc9e0793f68 export: add -B option to select a bookmark Just like `hg email -B`,

[PATCH] config: rename allow_archive to allow-archive

2018-05-14 Thread David Demelier
# HG changeset patch # User David Demelier # Date 1526294285 -7200 # Mon May 14 12:38:05 2018 +0200 # Node ID 821fe642e4397b2c48bd4000a6d9618548cefa3b # Parent 8ba0344f9fb145f5b9b909f1211defc9e0793f68 config: rename allow_archive to allow-archive As part of

[PATCH] config: rename streamunbundle to stream-unbundle

2018-05-14 Thread David Demelier
# HG changeset patch # User David Demelier # Date 1526286491 -7200 # Mon May 14 10:28:11 2018 +0200 # Node ID 3cd7780897a23b96f6bbb5d5fccc2a3006931365 # Parent 8ba0344f9fb145f5b9b909f1211defc9e0793f68 config: rename streamunbundle to stream-unbundle As part of

D3532: wireprotov2: define and implement "rawstorefile" command

2018-05-14 Thread lothiraldan (Boris Feld)
lothiraldan added a comment. First, thank you for your work on the new wire protocol. We used to send cache file also in streaming clone with the V1 wire protocol. Do you think we would use the new `rawstorefile` command for this purpose? If so, the command name might be confusing as