site/publish.sh @ 7ec49c438c41

Fix pyfile call for paths with spaces
author David Fisher <ddfisher@dropbox.com>
date Wed, 27 Aug 2014 13:13:45 -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