remove a hg reference in update.sh
This commit is contained in:
parent
8167a31d8a
commit
772f9756aa
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue