##// END OF EJS Templates
tests: add missing interpreter lines
Martin Geisler -
r8452:cb93eee1 default
parent child Browse files
Show More
@@ -1,3 +1,5 b''
1 #!/bin/sh
2
1 echo % setting up repo
3 echo % setting up repo
2 hg init test
4 hg init test
3 cd test
5 cd test
@@ -1,3 +1,5 b''
1 #!/bin/sh
2
1 hg init test
3 hg init test
2 cd test
4 cd test
3
5
@@ -1,3 +1,5 b''
1 #!/bin/sh
2
1 echo % setting up repo
3 echo % setting up repo
2 hg init test
4 hg init test
3 cd test
5 cd test
@@ -1,3 +1,5 b''
1 #!/bin/sh
2
1 echo % initialize remote repo with branches
3 echo % initialize remote repo with branches
2 hg init remote
4 hg init remote
3 cd remote
5 cd remote
@@ -1,3 +1,5 b''
1 #!/bin/sh
2
1 hg init test
3 hg init test
2 cd test
4 cd test
3 echo foo > a
5 echo foo > a
@@ -1,3 +1,5 b''
1 #!/bin/sh
2
1 echo "[extensions]" >> $HGRCPATH
3 echo "[extensions]" >> $HGRCPATH
2 echo "mq=" >> $HGRCPATH
4 echo "mq=" >> $HGRCPATH
3
5
General Comments 0
You need to be logged in to leave comments. Login now