Differences between revisions 4 and 5
Revision 4 as of 2008-12-31 17:40:56
Size: 712
Editor: peter kovac
Comment:
Revision 5 as of 2009-05-19 19:30:55
Size: 714
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
The rebase extension is currently (as of 2008-08-20) available from the tip of the main development branch of Mercurial and is thus contained in the [http://www.selenic.com/mercurial-snapshot.tar.gz hourly snapshot]. The rebase extension is currently (as of 2008-08-20) available from the tip of the main development branch of Mercurial and is thus contained in the [[http://www.selenic.com/mercurial-snapshot.tar.gz|hourly snapshot]].

Rebase Extension

This extension is distributed along with Mercurial releases (starting with 1.1)

Author: Stefano Tortarolo

See RebaseProject for usage details.

The rebase extension is currently (as of 2008-08-20) available from the tip of the main development branch of Mercurial and is thus contained in the hourly snapshot.

The rebase extension is not compatible with Mercurial release 1.0.2 (see http://www.selenic.com/pipermail/mercurial/2008-September/021154.html).

1. Configuration

Enable the extension in the configuration file (.hgrc):

[extensions]
hgext.rebase = 


CategoryExtension

RebaseExtension (last edited 2017-03-28 19:44:56 by SietseBrouwer)