Slide 9
Slide 9 text
[extensions]
hgchangelog = /path/to/hgchangelog.py
Mercurial
1. Download from https://bitbucket.org/birkenfeld/hgchangelog
2. Add to ~/.hgrc
$ mkdir -p ~/.git-templates/hooks
$ cp preparechangelog.py ~/.git-templates/hooks/prepare-commit-msg
$ chmod +x ~/.git-templates/hooks/prepare-commit-msg
$ git config --global init.templatedir '~/.git-templates'
Git
1. Download from https://github.com/wosc/git-commitchangelog
2. Run