changeset 669 | f077a5dc5b63 |
parent 668 | 13a6a2c0440f |
child 705 | 0cb61a4f5c50 |
668:13a6a2c0440f | 669:f077a5dc5b63 |
---|---|
1 #!/bin/sh |
1 #!/bin/sh |
2 |
2 |
3 cat <<EOF >> $HGRCPATH |
3 cat <<EOF >> $HGRCPATH |
4 [extensions] |
4 [extensions] |
5 hgext.keyword = |
5 keyword = |
6 hgext.mq = |
6 mq = |
7 hgext.notify = |
7 notify = |
8 hgext.transplant = |
8 transplant = |
9 EOF |
9 EOF |
10 |
10 |
11 # demo before [keyword] files are set up |
11 # demo before [keyword] files are set up |
12 # would succeed without uisetup otherwise |
12 # would succeed without uisetup otherwise |
13 echo % hg kwdemo |
13 echo % hg kwdemo |