Update the publish script to add a pull first.
author |
Steve Losh <steve@stevelosh.com> |
date |
Wed, 09 Mar 2011 19:35:17 -0500 |
parents |
9cc5f6d3bcb8
|
children |
0e7247b22a44
|
branches/tags |
(none) |
files |
site/publish.sh |
Changes
--- a/site/publish.sh Wed Mar 09 19:29:21 2011 -0500
+++ b/site/publish.sh Wed Mar 09 19:35:17 2011 -0500
@@ -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