site/publish.sh @ 41562b79f58a

Add a g:gundo_help setting to disable the inline help.
author Steve Losh <steve@stevelosh.com>
date Tue, 09 Nov 2010 21:35:34 -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