##// 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 Testing cloning with the EOL extension
1 Testing cloning with the EOL extension
2
2
3 $ cat >> $HGRCPATH <<EOF
3 $ cat >> $HGRCPATH <<EOF
4 > [diff]
5 > git = True
6 >
7 > [extensions]
4 > [extensions]
8 > eol =
5 > eol =
9 >
6 >
@@ -1,9 +1,5 b''
1 Test the EOL hook
1 Test the EOL hook
2
2
3 $ cat >> $HGRCPATH <<EOF
4 > [diff]
5 > git = True
6 > EOF
7 $ hg init main
3 $ hg init main
8 $ cat > main/.hg/hgrc <<EOF
4 $ cat > main/.hg/hgrc <<EOF
9 > [extensions]
5 > [extensions]
@@ -3,9 +3,6 b' http://mercurial.selenic.com/bts/issue24'
3 Testing tagging with the EOL extension
3 Testing tagging with the EOL extension
4
4
5 $ cat >> $HGRCPATH <<EOF
5 $ cat >> $HGRCPATH <<EOF
6 > [diff]
7 > git = True
8 >
9 > [extensions]
6 > [extensions]
10 > eol =
7 > eol =
11 >
8 >
General Comments 0
You need to be logged in to leave comments. Login now