aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2023-06-07 16:56:53 +0200
committerKim Alvefur <zash@zash.se>2023-06-07 16:56:53 +0200
commit49a01865b62ac9e269ad28707bfe46f39576cce7 (patch)
tree67bf0bc14f5ab5daa939e217eaf3117b5386ee7a /doc
parent057a2ce2ed71d66600d4611596e45b214dc0875f (diff)
downloadprosody-49a01865b62ac9e269ad28707bfe46f39576cce7.tar.gz
prosody-49a01865b62ac9e269ad28707bfe46f39576cce7.zip
doc/hgrc-email: Example config for using 'hg email' to contribute
The initial setup can be tricky if you don't know what and were settings should be added. This should maybe also go into site/doc/contributing
Diffstat (limited to 'doc')
-rw-r--r--doc/hgrc-email.ini16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/hgrc-email.ini b/doc/hgrc-email.ini
new file mode 100644
index 00000000..91aedc33
--- /dev/null
+++ b/doc/hgrc-email.ini
@@ -0,0 +1,16 @@
+# Settings for using `hg email`
+
+[email]
+# See `hg help config.email`
+to = prosody-dev@googlegroups.com
+
+[smtp]
+# See `hg help config.smtp`
+host = mail.example.com
+port = submission
+tls = starttls
+username =
+
+[extensions]
+# command to send changesets as (a series of) patch emails
+patchbomb =