specify the master branch when doing pull so that it becomes the default

This commit is contained in:
Pavol Zibrita 2011-05-23 11:45:55 +02:00
parent a2aedc3871
commit 312c840448

View file

@ -12,7 +12,7 @@ if [ ! -d "$HG_DIR" ]; then
hg clone ${GIT_URL} "${HG_DIR}"
fi
cd "${HG_DIR}"
hg pull "${GIT_URL}"
hg pull -r master "${GIT_URL}"
hg update -c
# First time add entries to .hgrc (!)
# [paths]