docs/publish.sh @ 9cd3f1057ae1

api: factor out the hgrf logic into reusable functions
author Steve Losh <steve@stevelosh.com>
date Tue, 20 Jul 2010 19:43:02 -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