annotate lib/hg/changelog/README.md @ 420:e6b3048980c4

Vim tweaks - Properly check for whether a plugin is active. - Better function key shortcuts. - Remove `wildignore` from Gutentags command lines, add them to `ctagsrc`.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 13 Feb 2018 11:08:26 -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