gundo.vim/publish.sh @ 7bd9150cf329

temperance: Update site.
author Steve Losh <steve@stevelosh.com>
date Wed, 24 Aug 2016 00:12:32 +0000
parents a026ff3f097a
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