gundo.vim/publish.sh @ 63383a27b03d

gundo.vim: Update documentation.
author Steve Losh <steve@dwaiter.com>
date Wed, 10 Nov 2010 11:29:04 -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