== Send Extension == '''This extension is not distributed with Mercurial.''' '''The PatchbombExtension was enhanced in Mercurial 0.9.5 to include all functionality of this extension''' ''Author: John Goerzen'' Repository (unjoingable): http://hg.complete.org/hgsend === Overview === This extension is used to make it easy to send changesets upstream as bundles. It works like hg bundle, but integrates attaching the generated bundle into an email. This provides a functionality similar to darcs send. The result is that a user can simply run "hg send", and Mercurial automatically figures out what changesets are missing remotely and sends them. === Configuration === Configure your .hgrc to enable the extension by adding following lines: {{{ [extensions] send=/path/to/hgsend.py }}} The options documented in PatchbombExtension for the [email] section are also accepted here. ---- CategoryExtensionsByOthers