##// END OF EJS Templates
test-eol-*: remove unused config settings
Martin Geisler -
r13521:c1629963 default
parent child Browse files
Show More
@@ -1,9 +1,6 b''
1 1 Testing cloning with the EOL extension
2 2
3 3 $ cat >> $HGRCPATH <<EOF
4 > [diff]
5 > git = True
6 >
7 4 > [extensions]
8 5 > eol =
9 6 >
@@ -1,9 +1,5 b''
1 1 Test the EOL hook
2 2
3 $ cat >> $HGRCPATH <<EOF
4 > [diff]
5 > git = True
6 > EOF
7 3 $ hg init main
8 4 $ cat > main/.hg/hgrc <<EOF
9 5 > [extensions]
@@ -3,9 +3,6 b' http://mercurial.selenic.com/bts/issue24'
3 3 Testing tagging with the EOL extension
4 4
5 5 $ cat >> $HGRCPATH <<EOF
6 > [diff]
7 > git = True
8 >
9 6 > [extensions]
10 7 > eol =
11 8 >
General Comments 0
You need to be logged in to leave comments. Login now