Mercurial > dotfiles
view lib/hg/changelog/README.md @ 457:3efc67540556
Use ripgrep first if possible, then ag.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 03 Apr 2019 15:59:22 -0700 |
parents | 792cbc7bae1d |
children |
line wrap: on
line source
Release Notes Extension ----------------------- This extension adds a `releasenotes` command (also aliased to `rnotes`) that helps generate release notes for the project in the repository. By default, it will create a `ReleaseNotes.html` file, but you can specify another output file: hg rnotes -o SomeOtherFile.html