annotate lib/hg/changelog/README.md @ 464:2279514d82e4

Move local git config stuff to local file.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 22 Mar 2019 17:32:20 -0700
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