site/publish.sh @ 8aeb6a1a36e4

Document the new close_on_revert setting.
author Steve Losh <steve@stevelosh.com>
date Mon, 09 May 2011 18:10:05 -0400
parents 7269f85f8278
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