gundo.vim/publish.sh @ 887d515b2f46

gundo.vim: Update documentation.
author Steve Losh <steve@stevelosh.com>
date Wed, 24 Nov 2010 00:16:02 -0500
parents c02fd492c527
children a026ff3f097a
#!/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