Added: Mercurial template file for generating changelogs
This commit is contained in:
parent
bf742eaf11
commit
5341183ccf
1 changed files with 6 additions and 0 deletions
6
code/changelog.template
Normal file
6
code/changelog.template
Normal file
|
@ -0,0 +1,6 @@
|
|||
# To generate ChangeLog files use these commands :
|
||||
# hg log -M --style ./changelog.template nel > nel/ChangeLog
|
||||
# hg log -M --style ./changelog.template ryzom > ryzom/ChangeLog
|
||||
|
||||
header = '\n{date|shortdate} {author}\n\n'
|
||||
changeset = '\t* {desc|fill68|tabindent|strip} [r{rev}]\n'
|
Loading…
Reference in a new issue