From f6d104e75143870098d4294cdfde99144073a938 Mon Sep 17 00:00:00 2001 From: Peter Sanchez Date: Sat, 14 Dec 2019 17:48:09 -0800 Subject: [PATCH] Added link to patchbomb docs --- hg/email.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hg/email.md b/hg/email.md index 77726de..983aeb2 100644 --- a/hg/email.md +++ b/hg/email.md @@ -81,6 +81,10 @@ looking for information which is suitable for filling out these config fields in [extensions] patchbomb = + [email] + method = smtp # Can be /path/to/sendmail as well + from = Your Name + [smtp] host = mail.example.org port = 587 @@ -90,6 +94,10 @@ looking for information which is suitable for filling out these config fields in You can also set your SMTP password as `smtp.password`. If you don't, you will be prompted for it when it's needed. +For more information, see the [patchbomb extension documentation][patchbomb]. + +[patchbomb]: https://www.mercurial-scm.org/wiki/PatchbombExtension + ## Send the patches along When you've configured `hg email`, completed your work, and you're ready to send -- 2.43.0