remove a hg reference in update.sh

This commit is contained in:
zonkzonk 2014-05-08 01:11:33 +02:00 committed by pancake
parent 8167a31d8a
commit 772f9756aa
1 changed files with 1 additions and 3 deletions

View File

@ -4,9 +4,7 @@
cd `dirname $PWD/$0` ; cd ..
# update
if [ -d .hg ]; then
hg pull -u
elif [ -d .git ]; then
if [ -d .git ]; then
git pull
fi