mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Added: Mercurial template file for generating changelogs
This commit is contained in:
parent
59b7ac1f9f
commit
0af8991374
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