docs/publish.sh @ 1d9c439bfe54

contrib/windows: add a script by Daniel Newton to update THG libs
author Steve Losh <steve@dwaiter.com>
date Tue, 27 Jul 2010 17:33:14 -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