equal
deleted
inserted
replaced
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 |