##// END OF EJS Templates
mail: stop using the smtplib.SSLFakeFile and use socket.socket.makefile...
mail: stop using the smtplib.SSLFakeFile and use socket.socket.makefile They're equivalent, and the latter is what Python 3.3 says to use in the release notes. Turns out it works on Python 2 as well. Differential Revision: https://phab.mercurial-scm.org/D3956

File last commit:

r23399:fd5247a8 default
r39061:a5e70c14 default
Show More
hgwebconfig
6 lines | 67 B | text/plain | TextLexer
[paths]
/ = /var/hg/repos/*
[web]
allow_push = *
push_ssl = False