Differences between revisions 4 and 5
Revision 4 as of 2009-05-19 19:31:05
Size: 968
Editor: localhost
Comment: converted to 1.6 markup
Revision 5 as of 2009-05-25 13:52:51
Size: 975
Editor: abuehl
Comment:
Deletions are marked like this. Additions are marked like this.
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

Download site: public development repository.

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

SendExtension (last edited 2012-02-15 22:51:37 by ARennes-256-1-88-195)