site/publish.sh @ 058932e3038a

Add auto preview global option
author heavenshell <heavenshell.jp@gmail.com>
date Thu, 16 Feb 2012 00:27:25 +0900
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