annotate lib/hg/changelog/README.md @ 263:230cd2fc2e29

Moved CtrlP auto-ignore extension to a stand-alone plugin.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 24 Jan 2015 13:28:21 -0800
parents 792cbc7bae1d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
250
792cbc7bae1d Add hg-changelog extension.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
1
792cbc7bae1d Add hg-changelog extension.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
2 Release Notes Extension
792cbc7bae1d Add hg-changelog extension.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
3 -----------------------
792cbc7bae1d Add hg-changelog extension.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
4
792cbc7bae1d Add hg-changelog extension.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
5 This extension adds a `releasenotes` command (also aliased to `rnotes`) that
792cbc7bae1d Add hg-changelog extension.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
6 helps generate release notes for the project in the repository. By default, it
792cbc7bae1d Add hg-changelog extension.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
7 will create a `ReleaseNotes.html` file, but you can specify another output file:
792cbc7bae1d Add hg-changelog extension.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
8
792cbc7bae1d Add hg-changelog extension.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
9 hg rnotes -o SomeOtherFile.html
792cbc7bae1d Add hg-changelog extension.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
10