Differences between revisions 3 and 5 (spanning 2 versions)
Revision 3 as of 2009-04-28 06:41:52
Size: 597
Editor: abuehl
Comment: +link to README on bitbucket
Revision 5 as of 2009-05-19 19:31:00
Size: 594
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
''Author:    durin42'' ''Author: Augie Fackler''
Line 19: Line 19:
Configure your [:.hgrc:.hgrc] to enable the extension by adding following lines: Configure your [[.hgrc]] to enable the extension by adding following lines:

Histedit Extension

This extension is not distributed with Mercurial.

Author: Augie Fackler

Download site:

Home page: http://bitbucket.org/durin42/histedit/

Works with: Mercurial 1.2 and beyond.

1. Overview

History editing plugin for Mercurial, heavily inspired by git rebase --interactive.

2. Configuration

Configure your .hgrc to enable the extension by adding following lines:

[extensions]
histedit = 

3. Usage Scenario

See http://bitbucket.org/durin42/histedit/src/tip/README


CategoryExtension

HisteditExtension (last edited 2021-02-01 14:07:53 by muxator)