Differences between revisions 3 and 4
Revision 3 as of 2009-05-19 19:31:03
Size: 723
Editor: localhost
Comment: converted to 1.6 markup
Revision 4 as of 2009-05-25 08:41:08
Size: 730
Editor: abuehl
Comment:
Deletions are marked like this. Additions are marked like this.
Line 26: Line 26:
Line 28: Line 27:
CategoryExtension CategoryExtensionsByOthers

Extension Name

This extension is not distributed with Mercurial.

Author: Georg Brandl

Download site: http://hg.pocoo.org/hgchangelog (needs hg 1.1+)

Overview

This simple extension wraps the commit command to look if there is a change in the project's changelog. If there is, it is used as the default for the commit message.

Note that it is a quick hack -- I'm happy with any suggestion or bug report...

Configuration

Configure your .hgrc to enable the extension by adding following lines (replace "CHANGES" by the name of your changelog):

[extensions]
hgchangelog = /path/to/hgchangelog.py

[changelog]
filename = CHANGES


CategoryExtensionsByOthers

ChangelogExtension (last edited 2022-01-09 06:25:26 by DanKurtz)