1,860
edits
(Shorten intro.) |
|||
Line 1: | Line 1: | ||
Commit messages for [[Mercurial]] get automatically distilled into GNU Changelog entries. The GNU coding standards have [http://www.gnu.org/prep/standards/html_node/Style-of-Change-Logs.html some guidelines] for how to write Changelogs, and since Octave is a GNU project, we try to produce Changelogs in this style. | |||
You can see how | You can see how Mercurial will produce the Changelog-style output with the following command: | ||
hg log -- | hg log --template changelog | ||
For more options, see [https://www.mercurial-scm.org/repo/hg/help/log the Mercurial manual]. | |||