Re: SSL troubleshooting on Windows

2017-04-16 Thread Matt Harbison
On Wed, 12 Apr 2017 17:02:41 -0400, Augie Fackler wrote: On Mon, Apr 10, 2017 at 01:02:19AM -0400, Matt Harbison wrote: I had a little adventure a couple of weeks ago, changing a certificate on the server. I'm not sure if it's worth doing anything, or if this just serves

Re: [PATCH V4] serve: add support for Mercurial subrepositories

2017-04-16 Thread Matt Harbison
On Sun, 16 Apr 2017 06:20:24 -0400, Yuya Nishihara wrote: On Sat, 15 Apr 2017 19:00:48 -0400, Matt Harbison wrote: # HG changeset patch # User Matt Harbison # Date 1492293940 14400 # Sat Apr 15 18:05:40 2017 -0400 # Node ID

[PATCH 3 of 3] badserverext: explicitly flush each log write

2017-04-16 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1492392316 14400 # Sun Apr 16 21:25:16 2017 -0400 # Node ID 9e4a070227418196062ba84d57cc67411f57c442 # Parent 86304ad8bca815fb293c88f5baaab089bac1cc31 badserverext: explicitly flush each log write No idea why, but

[PATCH 1 of 3] test-tag: make hook runnable on Windows

2017-04-16 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1492390754 14400 # Sun Apr 16 20:59:14 2017 -0400 # Node ID 85faa957af5a8aad904fdadaf38e1b0de366ed2c # Parent 25146c0366d4f497be856a35c078ede207bbee87 test-tag: make hook runnable on Windows Simply setting the hook

Re: [PATCH 1 of 3] upgrade: introduce a 'formatvariant' class

2017-04-16 Thread Pierre-Yves David
On 04/16/2017 03:06 PM, Yuya Nishihara wrote: On Thu, 13 Apr 2017 01:12:14 +0200, Pierre-Yves David wrote: # HG changeset patch # User Pierre-Yves David # Date 1491860083 -7200 # Mon Apr 10 23:34:43 2017 +0200 # Node ID

Re: [PATCH 2 of 3] upgrade: move descriptions and selection logic in individual classes

2017-04-16 Thread Pierre-Yves David
On 04/16/2017 03:18 PM, Yuya Nishihara wrote: On Thu, 13 Apr 2017 01:12:15 +0200, Pierre-Yves David wrote: # HG changeset patch # User Pierre-Yves David # Date 1492007645 -7200 # Wed Apr 12 16:34:05 2017 +0200 # Node ID

RE: [PATCH 4 of 4 shelve-ext v3] shelve: make shelvestate use simplekeyvaluefile

2017-04-16 Thread Kostia Balytskyi
> -Original Message- > From: Yuya Nishihara [mailto:you...@gmail.com] On Behalf Of Yuya > Nishihara > Sent: Sunday, 16 April, 2017 11:52 > To: Kostia Balytskyi > Cc: mercurial-devel@mercurial-scm.org > Subject: Re: [PATCH 4 of 4 shelve-ext v3] shelve: make shelvestate use

Re: [PATCH 3 of 3] bundle2: ignore errors seeking a bundle after an exception (issue4784)

2017-04-16 Thread Gregory Szorc
On Sun, Apr 16, 2017 at 11:58 AM, Gregory Szorc wrote: > # HG changeset patch > # User Gregory Szorc > # Date 1492368908 25200 > # Sun Apr 16 11:55:08 2017 -0700 > # Node ID 9ab4130a8302b32f7c86171a669e2ea2bfdd496b > # Parent

Re: [PATCH 6 of 6] bundle2: don't attempt I/O after an I/O error occurs (issue4784)

2017-04-16 Thread Gregory Szorc
On Sat, Apr 15, 2017 at 8:41 PM, Yuya Nishihara wrote: > On Fri, 14 Apr 2017 00:44:10 -0700, Gregory Szorc wrote: > > # HG changeset patch > > # User Gregory Szorc > > # Date 1492155656 25200 > > # Fri Apr 14 00:40:56 2017 -0700 > > # Node ID

[PATCH 2 of 3] error: rename RichIOError to PeerTransportError

2017-04-16 Thread Gregory Szorc
# HG changeset patch # User Gregory Szorc # Date 1492366357 25200 # Sun Apr 16 11:12:37 2017 -0700 # Node ID 420b7094137e851132849b3cc8ddecf255a09bcb # Parent 512298a07c26d7dfeb75ca4b427352e2af9d62d7 error: rename RichIOError to PeerTransportError This is a more

[PATCH 3 of 3] bundle2: ignore errors seeking a bundle after an exception (issue4784)

2017-04-16 Thread Gregory Szorc
# HG changeset patch # User Gregory Szorc # Date 1492368908 25200 # Sun Apr 16 11:55:08 2017 -0700 # Node ID 9ab4130a8302b32f7c86171a669e2ea2bfdd496b # Parent 420b7094137e851132849b3cc8ddecf255a09bcb bundle2: ignore errors seeking a bundle after an exception

Re: [PATCH 4 of 6] httppeer: wrap HTTPResponse.read() globally

2017-04-16 Thread Gregory Szorc
On Sat, Apr 15, 2017 at 8:34 PM, Yuya Nishihara wrote: > On Fri, 14 Apr 2017 00:44:08 -0700, Gregory Szorc wrote: > > # HG changeset patch > > # User Gregory Szorc > > # Date 1492155236 25200 > > # Fri Apr 14 00:33:56 2017 -0700 > > # Node ID

[PATCH 6 of 5] templatefilters: fix crash by string formatting of '{x|splitlines}'

2017-04-16 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1492221077 -32400 # Sat Apr 15 10:51:17 2017 +0900 # Node ID 9301c79b46ba6424585dd4ad0ec638b9be69de1b # Parent 3776ae7011f71bdc5e51be7cfd4219bf438ca384 templatefilters: fix crash by string formatting of '{x|splitlines}'

Re: [PATCH 1 of 3] upgrade: introduce a 'formatvariant' class

2017-04-16 Thread Yuya Nishihara
On Thu, 13 Apr 2017 01:12:14 +0200, Pierre-Yves David wrote: > # HG changeset patch > # User Pierre-Yves David > # Date 1491860083 -7200 > # Mon Apr 10 23:34:43 2017 +0200 > # Node ID b42c1f35aedd153c77741d54dac50aa6d3ea43e2 > # Parent

Re: [PATCH 2 of 3] upgrade: move descriptions and selection logic in individual classes

2017-04-16 Thread Yuya Nishihara
On Thu, 13 Apr 2017 01:12:15 +0200, Pierre-Yves David wrote: > # HG changeset patch > # User Pierre-Yves David > # Date 1492007645 -7200 > # Wed Apr 12 16:34:05 2017 +0200 > # Node ID 346b07413137d7f56196941212958df03e55b202 > # Parent

Re: [PATCH 1 of 2] testlib: move the prune alias into a shell script for Windows

2017-04-16 Thread Yuya Nishihara
On Sun, 16 Apr 2017 01:36:16 -0400, Matt Harbison wrote: > # HG changeset patch > # User Matt Harbison > # Date 1492316978 14400 > # Sun Apr 16 00:29:38 2017 -0400 > # Node ID 01b8058372c5e1344ed5a83ce5968c2ce6906157 > # Parent

Re: [PATCH 4 of 4 shelve-ext v3] shelve: make shelvestate use simplekeyvaluefile

2017-04-16 Thread Yuya Nishihara
On Sat, 15 Apr 2017 17:43:22 +, Kostia Balytskyi wrote: > > -Original Message- > > From: Yuya Nishihara [mailto:you...@gmail.com] On Behalf Of Yuya > > Nishihara > > Sent: Saturday, 15 April, 2017 09:02 > > To: Kostia Balytskyi > > Cc: mercurial-devel@mercurial-scm.org

Re: [PATCH V4] hgwebdir: allow a repository to be hosted at "/"

2017-04-16 Thread Yuya Nishihara
On Sat, 15 Apr 2017 15:34:46 -0400, Matt Harbison wrote: > # HG changeset patch > # User Matt Harbison > # Date 1491015641 14400 > # Fri Mar 31 23:00:41 2017 -0400 > # Node ID 3fd50d5f9314a96f43eb73480763f224c4d05831 > # Parent

Re: [PATCH V4] serve: add support for Mercurial subrepositories

2017-04-16 Thread Yuya Nishihara
On Sat, 15 Apr 2017 19:00:48 -0400, Matt Harbison wrote: > # HG changeset patch > # User Matt Harbison > # Date 1492293940 14400 > # Sat Apr 15 18:05:40 2017 -0400 > # Node ID 2804acb18b59dec98abb216d813cc0e3ecec4e14 > # Parent

Re: [PATCH] hidden: extract the code generating "filtered rev" error for wrapping

2017-04-16 Thread Yuya Nishihara
On Sat, 15 Apr 2017 17:44:22 -0700, Jun Wu wrote: > This change looks good to me. > > Excerpts from Pierre-Yves David's message of 2017-04-16 02:28:15 +0200: > > # HG changeset patch > > # User Pierre-Yves David > > # Date 1492272790 -7200 > > # Sat Apr 15