changeset 10125 | 19c3fefdaec9 |
parent 10117 | 98867145f4b5 |
child 10775 | c52057614c72 |
10123:52c98c6d7297 | 10125:19c3fefdaec9 |
---|---|
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 |