gundo.vim/publish.sh @ a1d11c258aea

Remove garbage
author Steve Losh <steve@stevelosh.com>
date Tue, 27 Aug 2019 10:03:58 -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