Show More
@@ -4,11 +4,11 b' hg init' | |||||
4 |
|
4 | |||
5 | cat > .hg/hgrc <<EOF |
|
5 | cat > .hg/hgrc <<EOF | |
6 | [encode] |
|
6 | [encode] | |
7 | not.gz = tr a-z A-Z |
|
7 | not.gz = tr [:lower:] [:upper:] | |
8 | *.gz = gzip -d |
|
8 | *.gz = gzip -d | |
9 |
|
9 | |||
10 | [decode] |
|
10 | [decode] | |
11 | not.gz = tr A-Z a-z |
|
11 | not.gz = tr [:upper:] [:lower:] | |
12 | *.gz = gzip |
|
12 | *.gz = gzip | |
13 |
|
13 | |||
14 | EOF |
|
14 | EOF |
General Comments 0
You need to be logged in to leave comments.
Login now