equal
deleted
inserted
replaced
5 |
5 |
6 substitutions = [ |
6 substitutions = [ |
7 # list of possible compressions |
7 # list of possible compressions |
8 (br'(zstd,)?zlib,none,bzip2', |
8 (br'(zstd,)?zlib,none,bzip2', |
9 br'$USUAL_COMPRESSIONS$' |
9 br'$USUAL_COMPRESSIONS$' |
|
10 ), |
|
11 (br'=(zstd,)?zlib', |
|
12 br'=$BUNDLE2_COMPRESSIONS$' |
10 ), |
13 ), |
11 # capabilities sent through http |
14 # capabilities sent through http |
12 (br'bundlecaps=HG20%2Cbundle2%3DHG20%250A' |
15 (br'bundlecaps=HG20%2Cbundle2%3DHG20%250A' |
13 br'bookmarks%250A' |
16 br'bookmarks%250A' |
14 br'changegroup%253D01%252C02%250A' |
17 br'changegroup%253D01%252C02%250A' |