changeset 456:a9fb8c05f030

Add email config to hgrc.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 03 Apr 2019 15:58:47 -0700
parents 1172b8484c68
children 3efc67540556
files hgrc/hgrc
diffstat 1 files changed, 16 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgrc/hgrc	Tue Nov 13 09:55:59 2018 -0800
+++ b/hgrc/hgrc	Wed Apr 03 15:58:47 2019 -0700
@@ -15,6 +15,7 @@
 purge =
 rebase =
 schemes =
+patchbomb =
 
 [alias]
 glog = log -G
@@ -37,7 +38,21 @@
 opts.sbsdiff = -N -b --side-by-side --width=90
 
 [patchbomb]
-confirm=True
+confirm = True
+
+[email]
+from = Ludovic Chabant <ludovic@chabant.com>
+method = smtp
+
+[color]
+log.activebookmark = magenta bold
+log.activechangeset = yellow bold
+log.bookmark = magenta
+log.branch = cyan
+log.changeset = yellow
+log.phase_draft = red bold
+log.phase_secret = blue bold
+log.tag = green
 
 # OS-specific settings
 %include hgrc-${OS}