site/publish.sh @ 0e7247b22a44

Add gundo_map_move_* to the site.
author Steve Losh <steve@stevelosh.com>
date Wed, 09 Mar 2011 19:35:42 -0500
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