site/publish.sh @ 6918f8da3839 v2.6.2

Update docs
author Steve Losh <steve@stevelosh.com>
date Fri, 16 Dec 2016 13:19:43 -0500
parents 7269f85f8278
children 64436ddf46ef
#!/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