gundo.vim/site/publish.sh

6 lines
187 B
Bash
Raw Normal View History

2010-10-29 13:35:31 -04:00
#!/usr/bin/env bash
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