wiki:Mercurial

Configuration

linux: ~/.hgrc

win32: program_files\mercurial\mercurial.ini

 [extensions]
 patchbomb =

 [email]
 method = smtp

 [smtp]
 host = smtp.example.com

 [email]
 from = test <somebody@example.cz>

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

Last modified 28 hours ago Last modified on May 19, 2013 2:44:41 PM