diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/hg/changelog/README.md	Wed Dec 24 17:14:24 2014 -0800
@@ -0,0 +1,10 @@
+
+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
+