gundo.vim/site/publish.sh

7 lines
225 B
Bash
Raw Normal View History

2010-10-29 13:35:31 -04:00
#!/usr/bin/env bash
hg -R ~/src/sjl.bitbucket.org pull -u
2010-10-29 13:35:31 -04:00
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