gundo.vim/publish.sh @ c02fd492c527

gundo.vim: Update documentation.
author Steve Losh <steve@dwaiter.com>
date Fri, 29 Oct 2010 13:34:40 -0400
parents (none)
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