gundo.vim/publish.sh @ a026ff3f097a

gundo.vim: Update documentation.
author Steve Losh <steve@stevelosh.com>
date Wed, 09 Mar 2011 19:34:30 -0500
parents c02fd492c527
children d61bb4fbe61d
#!/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