site/publish.sh @ ea53db23b780

Fixed an issue with return syntax that breaks in python 2.4
author Matthew Bell <m.dylan.bell@gmail.com>
date Sat, 27 Aug 2011 16:38:43 -0700
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