Mercurial > prosody-hg
view pull_from_master.sh @ 226:ba4711c4e8d2
Committing code to get nicer tracebacks for errors, also we no longer consider such errors fatal (probably a bad thing, I know...)
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Sat, 08 Nov 2008 20:42:23 +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/
