gundo.vim/publish.sh @ 6a58cd3cb661

gundo.vim: Update documentation.
author Steve Losh <steve@dwaiter.com>
date Fri, 29 Oct 2010 16:35:33 -0400
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