comparison tests/test-children @ 10119:bb5ea66789e3

tests: load with "ext =" instead of "hgext.ext ="
author Martin Geisler <mg@lazybytes.net>
date Wed, 23 Dec 2009 18:13:15 +0100
parents 8b90d763ea90
children
comparison
equal deleted inserted replaced
10118:333193c025ad 10119:bb5ea66789e3
1 #!/bin/sh 1 #!/bin/sh
2 # test children command 2 # test children command
3 3
4 cat <<EOF >> $HGRCPATH 4 cat <<EOF >> $HGRCPATH
5 [extensions] 5 [extensions]
6 hgext.children= 6 children =
7 EOF 7 EOF
8 8
9 echo "% init" 9 echo "% init"
10 hg init t 10 hg init t
11 cd t 11 cd t