This commit is contained in:
Gwenhael Le Moine 2010-10-24 10:14:59 +07:00
parent 7adc789dbd
commit ac73d50c3c

View file

@ -24,7 +24,7 @@ rm -fr $PKG
( cd $REPOSITORIES
if [ -e $REPOSITORIES/$PRGNAM ] ; then
( cd $REPOSITORIES/$PRGNAM
hg pull --rebase --update
hg pull --update
)
else
hg clone http://bitbucket.org/BruceEckel/python-3-patterns-idioms $REPOSITORIES/$PRGNAM