Added: Mercurial template file for generating changelogs

hg/feature/sound
kervala 15 years ago
parent 59b7ac1f9f
commit 0af8991374

@ -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…
Cancel
Save