site/publish.sh @ 21f77aad8ca8

Update changelog.
author Steve Losh <steve@stevelosh.com>
date Wed, 10 Jul 2013 20:32:26 -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