Update the publish script to add a pull first.

This commit is contained in:
Steve Losh 2011-03-09 19:35:17 -05:00
parent cc5fd99ce3
commit 6a6d5156b0

View File

@ -1,5 +1,6 @@
#!/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