site/publish.sh @ c3ae6b82a323

added public show/hide methods and matched toggle open/close method
author Sam Simmons <sam@samiconductor.com>
date Fri, 13 Apr 2012 00:42:46 -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