[PATCH] subrepo: add status support for ignored files in git subrepos

Matt Harbison mharbison72 at gmail.com
Fri Dec 5 22:15:59 CST 2014


On Fri, 05 Dec 2014 07:56:30 -0500, Yuya Nishihara <yuya at tcha.org> wrote:

> On Thu, 04 Dec 2014 19:23:29 -0600, Matt Mackall wrote:
>> On Thu, 2014-12-04 at 22:01 +0900, Yuya Nishihara wrote:
>> > On Wed, 03 Dec 2014 20:19:42 -0600, Matt Mackall wrote:

>>
>> Does our own change to drop SSLv3 mean that no SSL works with the
>> current THG?
>
> TLS 1.0 should be supported by OpenSSL 0.9.8y.
>
> It seems the "wrong version number" error was caused by wrong  
> protocol/port.
>
>> [smtp]
>> host = smtp.gmail.com
>> port = 587
>> tls = smtps
>
> It should be "tls = starttls" or "port = 465" (for smtps.)
>
> Regards,

Yep, this was the problem.  IDK what page I read when setting it up, but I  
could have sworn that it read like "pick either port number", which didn't  
make sense as to why there would be a choice.  Now that I went back to the  
gmail account settings page, I see that there's a nice table of  
configuration instructions...

Anyway, thanks for the help.

--Matt


More information about the Mercurial-devel mailing list