Add the patchbomb extension with good options.
    
        | author | Steve Losh <steve@stevelosh.com> | 
    
        | date | Sun, 31 May 2009 14:44:56 -0400 | 
    
    
        | parents | 64eb1503fc6c | 
    
        | children | d6318c673b61 | 
    
        | branches/tags | (none) | 
    
        | files | .hgrc | 
Changes
    
--- 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