docs/publish.sh @ 5bef954cfecd

decode revision descriptions in templates (fixes #79)
author Mikhail Lukyanchenko <ml@uptimebox.ru>
date Mon, 19 Dec 2011 13:07:35 +0400
parents cf64f6f74ad3
children (none)
#!/usr/bin/env bash

make html
rsync --delete -az _build/html/ ~/src/sjl.bitbucket.org/hg-review
hg -R ~/src/sjl.bitbucket.org commit -Am 'hg-review: Update documentation.'
hg -R ~/src/sjl.bitbucket.org push