site/publish.sh @ fd0f910e8347

Move all python code to a separate file.
author xaizek <xaizek@gmail.com>
date Mon, 27 Jun 2011 23:59:53 +0300
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