= Configuration = linux: ~/.hgrc win32: program_files\mercurial\mercurial.ini {{{ [extensions] patchbomb = [email] method = smtp [smtp] host = smtp.example.com [email] from = test }}} = Usage = {{{ hg clone http://hg.qutecom.org/qutecom-2.2/ cd qutecom-2.2 vim something.c hg commit -m 'comment' hg email tip -t qutecom-dev@qutecom.org ('hg email -n tip' shows diff) }}} = links = http://www.selenic.com/mercurial/wiki/index.cgi/PatchbombExtension