site/publish.sh @ d3fdfa4918f5

Move the rendering utility functions around a bit.
author Steve Losh <steve@stevelosh.com>
date Tue, 09 Nov 2010 20:14:18 -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