site/publish.sh @ b9c0675ba003

Added tag v2.1.0 for changeset 7fb1c286cca3
author Steve Losh <steve@stevelosh.com>
date Wed, 09 Mar 2011 19:46:28 -0500
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