site/publish.sh @ b7baa0384d76

Update changelog.
author Steve Losh <steve@stevelosh.com>
date Sat, 02 Jun 2012 17:24:34 -0400
parents 7269f85f8278
children 64436ddf46ef
#!/usr/bin/env bash

hg -R ~/src/sjl.bitbucket.org pull -u
rsync --delete -az . ~/src/sjl.bitbucket.org/gundo.vim
hg -R ~/src/sjl.bitbucket.org commit -Am 'gundo.vim: Update documentation.'
hg -R ~/src/sjl.bitbucket.org push