Re: [PATCH 4 of 4 STABLE] manifest: make treemanifestctx store the repo

2016-10-19 Thread Martin von Zweigbergk via Mercurial-devel
Pushed to committed repo, thanks! On Tue, Oct 18, 2016 at 5:50 PM, Durham Goode wrote: > # HG changeset patch > # User Durham Goode > # Date 1476837882 25200 > # Tue Oct 18 17:44:42 2016 -0700 > # Branch stable > # Node ID d5bc7048144e6c9675134b85aadb9d7b69d406aa > # Parent 3efece5c5985390

[PATCH STABLE] commands: print security protocol support in debuginstall

2016-10-19 Thread Gregory Szorc
# HG changeset patch # User Gregory Szorc # Date 1476914831 25200 # Wed Oct 19 15:07:11 2016 -0700 # Branch stable # Node ID 37eaf6c2b4ac3c1015965676db89e435a79b45ee # Parent e478f11e418288b8308457303d3ddf6a23f874f8 commands: print security protocol support in debuginstall Over the past ~48

RE: [PATCH STABLE] sslutil: guard against broken certifi installations (issue5406)

2016-10-19 Thread Gábor STEFANIK
> -- This message, including its attachments, is confidential. For more information please read NNG's email policy here: http://www.nng.com/emailpolicy/ By responding to this email you accept the email policy. -Origina

Re: [PATCH STABLE] sslutil: guard against broken certifi installations (issue5406)

2016-10-19 Thread Kevin Bullock
> On Oct 19, 2016, at 12:07, Gábor STEFANIK wrote: > > -Original Message- >> From: Kevin Bullock [mailto:kbullock+mercur...@ringworld.org] >> Sent: Wednesday, October 19, 2016 6:18 PM >> To: Gábor STEFANIK >> Cc: mercurial-devel@mercurial-scm.org >> Subject: Re: [PATCH STABLE] sslutil: g

Re: [PATCH STABLE] sslutil: guard against broken certifi installations (issue5406)

2016-10-19 Thread Gregory Szorc
On Wed, Oct 19, 2016 at 10:07 AM, Gábor STEFANIK wrote: > > > > > -- > This message, including its attachments, is confidential. For more > information please read NNG's email policy here: > http://www.nng.com/emailpolicy/ >

RE: [PATCH STABLE] sslutil: guard against broken certifi installations (issue5406)

2016-10-19 Thread Gábor STEFANIK
> -- This message, including its attachments, is confidential. For more information please read NNG's email policy here: http://www.nng.com/emailpolicy/ By responding to this email you accept the email policy. -Origina

Re: history at diff blocks level

2016-10-19 Thread Jun Wu
Excerpts from Yuya Nishihara's message of 2016-10-18 23:38:19 +0900: > On Tue, 18 Oct 2016 08:59:58 +0200, Denis Laxalde wrote: > > Jun Wu a écrit : > > > Excerpts from Denis Laxalde's message of 2016-10-03 16:38:17 +0200: > > >> From UI point of view, the basic idea is to specify a (file name, li

Re: [PATCH STABLE] sslutil: guard against broken certifi installations (issue5406)

2016-10-19 Thread Kevin Bullock
> On Oct 19, 2016, at 11:07, Gábor Stefanik wrote: > > # HG changeset patch > # User Gábor Stefanik > # Date 1476893174 -7200 > # Wed Oct 19 18:06:14 2016 +0200 > # Branch stable > # Node ID 77e20e2892a869717db636f56ab1b9664fc8b285 > # Parent e478f11e418288b8308457303d3ddf6a23f874f8 > sslu

[PATCH STABLE] sslutil: guard against broken certifi installations (issue5406)

2016-10-19 Thread Gábor Stefanik
# HG changeset patch # User Gábor Stefanik # Date 1476893174 -7200 # Wed Oct 19 18:06:14 2016 +0200 # Branch stable # Node ID 77e20e2892a869717db636f56ab1b9664fc8b285 # Parent e478f11e418288b8308457303d3ddf6a23f874f8 sslutil: guard against broken certifi installations (issue5406) Certifi is

[Bug 5406] New: Mercurial can't access https when a broken version of certifi is installed, even with system store available

2016-10-19 Thread bugzilla
https://bz.mercurial-scm.org/show_bug.cgi?id=5406 Bug ID: 5406 Summary: Mercurial can't access https when a broken version of certifi is installed, even with system store available Product: Mercurial Version: stable branch

Re: [PATCH python-hglib] Add feature to allow hglib user to get call backs for prompts and output

2016-10-19 Thread Yuya Nishihara
On Tue, 18 Oct 2016 20:24:28 +0100, Barry Scott wrote: > I think I can also have the solution for hglib.clone() and hglib.init(). > I need to test more to be happy with those changes. They could be switched to use the commandserver on hg 3.0+. https://www.mercurial-scm.org/wiki/CommandServer#Know