tests/common-pattern.py
branchstable
changeset 35806 ab239e3de23b
parent 35792 1d118f9f4f57
child 36385 003ae586a02e
equal deleted inserted replaced
35805:784ac51f8bab 35806:ab239e3de23b
     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'