Mercurial > dotfiles
comparison lib/hg/changelog/README.md @ 250:792cbc7bae1d
Add hg-changelog extension.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 24 Dec 2014 17:14:24 -0800 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
249:efff5f3e72bb | 250:792cbc7bae1d |
---|---|
1 | |
2 Release Notes Extension | |
3 ----------------------- | |
4 | |
5 This extension adds a `releasenotes` command (also aliased to `rnotes`) that | |
6 helps generate release notes for the project in the repository. By default, it | |
7 will create a `ReleaseNotes.html` file, but you can specify another output file: | |
8 | |
9 hg rnotes -o SomeOtherFile.html | |
10 |