changeset 10119 | bb5ea66789e3 |
parent 4783 | 8b90d763ea90 |
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 |