splice.vim/publish.sh @ 7e8e29eb98ed

gundo.vim: Update documentation.
author Steve Losh <steve@stevelosh.com>
date Wed, 10 Jul 2013 20:36:00 -0400
parents 06dcc81b2ce6
children (none)
#!/usr/bin/env bash

python render.py
hg -R ~/src/sjl.bitbucket.org pull -u
rsync --delete -az . ~/src/sjl.bitbucket.org/splice.vim
hg -R ~/src/sjl.bitbucket.org commit -Am 'splice.vim: Update site.'
hg -R ~/src/sjl.bitbucket.org push