gundo.vim/publish.sh @ 8a4ae04d66d4

gundo.vim: Update documentation.
author Steve Losh <steve@stevelosh.com>
date Fri, 27 May 2011 10:52:17 -0400
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