configuration linux:~/.hgrc win32: program_files\mercurial\mercurial.ini [extensions] patchbomb = ; this is NEEDED for hg email command!
[email] method = smtp [smtp] host = smtp.example.com [email] from = test <[email protected]> usage hg clone http://hg.qutecom.org/qutecom-2.2/ cd qutecom-2.2 vim something.c hg commit -m 'comment' hg email tip ('hg email -n tip' shows diff) http://www.selenic.com/mercurial/wiki/index.cgi/PatchbombExtension http://trac.qutecom.org/wiki/Mercurial --------------------------------------- Marek Cervenka ======================================= _______________________________________________ QuteCom-dev mailing list [email protected] http://lists.qutecom.org/mailman/listinfo/qutecom-dev
