site/publish.sh @ dc582486455b v2.1.1

Fix the movement key mapping issue.
author Steve Losh <steve@stevelosh.com>
date Sun, 13 Mar 2011 16:21:22 -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