site/publish.sh @ 6f5ac75a0f43

Remove duplicate function.
author Steve Losh <steve@stevelosh.com>
date Wed, 08 Dec 2010 12:31:06 -0500
parents 42f7878f8994
children 7269f85f8278
#!/usr/bin/env bash

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