docs/publish.sh @ a21fcb365fcd

tests: test for utf-8 and non-utf-8 usernames
author Steve Losh <steve@stevelosh.com>
date Thu, 22 Jul 2010 19:55:52 -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