gundo.vim/publish.sh @ efd3010b387b

chancery: Update site.
author Steve Losh <steve@stevelosh.com>
date Fri, 03 Nov 2017 21:00:06 -0400
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