changeset 64:f9fc044210d1 default tip @

email: remove config for emailing to the mercurial-devel list This belongs in the hgrc for the mercurial-devel repo instead.
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Tue, 01 Oct 2019 11:19:32 -0400
parents 271b30d0c35f
children
files hgrc
diffstat 1 files changed, 0 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- a/hgrc
+++ b/hgrc
@@ -133,20 +133,6 @@
 allow_archive = gz zip
 archivesubrepos = true
 
-# This email stuff is for emailing patches to the Mercurial list for
-# when I want to modify Mercurial itself.
-[email]
-method = smtp
-from = Jordi GutiƩrrez Hermoso <jordigh@octave.org>
-to = mercurial-devel@mercurial-scm.org
-cc =
-
-[smtp]
-host = fencepost.gnu.org
-tls = tls
-username = jordigh
-port = 587
-
 # I push and pull a lot with local clones, so don't make my local
 # clones publish those commits.
 [phases]