Mercurial > prosody-hg
view pull_from_master.sh @ 412:b5b4ec28feec
Change loading order of modules, config before dependency checking
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Tue, 25 Nov 2008 03:50:08 +0000 |
| parents | 0261260cf9a7 |
| children |
line wrap: on
line source
#!/bin/sh which hg >/dev/null || echo "You must have Mercurial (the hg command)" hg pull http://heavy-horse.co.uk:4000/
