Differences between revisions 4 and 5
Revision 4 as of 2009-04-28 06:45:13
Size: 599
Editor: abuehl
Comment: author is Augie Fackler
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 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)