Update the publish script to add a pull first.
This commit is contained in:
parent
cc5fd99ce3
commit
6a6d5156b0
@ -1,5 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
hg -R ~/src/sjl.bitbucket.org pull -u
|
||||||
rsync --delete -az . ~/src/sjl.bitbucket.org/gundo.vim
|
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 commit -Am 'gundo.vim: Update documentation.'
|
||||||
hg -R ~/src/sjl.bitbucket.org push
|
hg -R ~/src/sjl.bitbucket.org push
|
||||||
|
Loading…
Reference in New Issue
Block a user