# HG changeset patch
# User Steve Losh <steve@stevelosh.com>
# Date 1243795496 14400
# Node ID 06adc73bb24a8ad4ee66eec100aed6ca3fef9081
# Parent  64eb1503fc6c9c0b33b60091c4c6a9876f848a32
Add the patchbomb extension with good options.

diff -r 64eb1503fc6c -r 06adc73bb24a .hgrc
--- a/.hgrc	Sun May 31 14:17:28 2009 -0400
+++ b/.hgrc	Sun May 31 14:44:56 2009 -0400
@@ -9,12 +9,22 @@
 hgext.rebase = 
 hgext.purge = 
 hgext.mq = 
+hgext.patchbomb =
 parentrevspec = 
 color = 
 
 [diff]
 git = True
 
+[email]
+method = smtp
+from = Steve Losh <steve@stevelosh.com>
+
+[smtp]
+host = smtp.stevelosh.com
+username = sjl
+tls = True
+
 [color]
 status.modified = cyan bold
 status.added = green bold