Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2007-03-21 21:16:13
Size: 1026
Editor: JohnGoerzen
Comment:
Revision 3 as of 2008-02-13 13:30:51
Size: 966
Comment: document that the send extension was obsoleted by enhancements in patchbomb
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:

'''The PatchbombExtension was enhanced in Mercurial 0.9.5 to include all functionality of this extension'''
Line 17: Line 19:


The hgcia extension can be used to send change notifications to the [http://cia.navi.cx/ CIA service].
It can be used as either an incoming or a changegroup hook.

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: [http://hg.complete.org/hgsend 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.


CategoryExtension

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