site/publish.sh @ 7269f85f8278

Update the publish script to add a pull first.
author Steve Losh <steve@stevelosh.com>
date Wed, 09 Mar 2011 19:35:17 -0500
parents 42f7878f8994
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