Size: 966
Comment: document that the send extension was obsoleted by enhancements in patchbomb
|
← Revision 7 as of 2012-02-15 22:51:37 ⇥
Size: 951
Comment: Repository for this extension has disaperared.
|
Deletions are marked like this. | Additions are marked like this. |
Line 9: | Line 9: |
Download site: [http://hg.complete.org/hgsend public development repository]. | Repository (unjoingable): http://hg.complete.org/hgsend |
Line 28: | Line 28: |
Line 30: | Line 29: |
CategoryExtension | CategoryExtensionsByOthers |
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.