Differences between revisions 5 and 6
Revision 5 as of 2009-05-19 19:31:00
Size: 594
Editor: localhost
Comment: converted to 1.6 markup
Revision 6 as of 2009-05-25 13:42:05
Size: 599
Editor: abuehl
Comment:
Deletions are marked like this. Additions are marked like this.
Line 30: Line 30:

Line 33: Line 31:
CategoryExtension CategoryExtensionsByOthers

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


CategoryExtensionsByOthers

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