gundo.vim/publish.sh @ 3ba42c0f6543

cl-pcg: Update site.
author Steve Losh <steve@stevelosh.com>
date Thu, 06 Apr 2017 20:08:05 +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