site/publish.sh @ d8a13f17507f

Add the p mapping to preview a change.
author Steve Losh <steve@stevelosh.com>
date Tue, 09 Nov 2010 21:13:21 -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