tests/helpers-testrepo.sh
changeset 37475 152f1b47e0ad
parent 37342 4e6a6d0dccee
child 51918 813226b3b4ca
child 51958 16574ca8b155
equal deleted inserted replaced
37474:d33997123ea5 37475:152f1b47e0ad
     8 #
     8 #
     9 # The mercurial source repository was typically orignally cloned with the
     9 # The mercurial source repository was typically orignally cloned with the
    10 # system mercurial installation, and may require extensions or settings from
    10 # system mercurial installation, and may require extensions or settings from
    11 # the system installation.
    11 # the system installation.
    12 
    12 
    13 if [ -n $HGTESTEXTRAEXTENSIONS ]; then
    13 if [ -n "$HGTESTEXTRAEXTENSIONS" ]; then
    14     for extension in $HGTESTEXTRAEXTENSIONS; do
    14     for extension in $HGTESTEXTRAEXTENSIONS; do
    15         extraoptions="$extraoptions --config extensions.$extension=!"
    15         extraoptions="$extraoptions --config extensions.$extension=!"
    16     done
    16     done
    17 fi
    17 fi
    18 
    18