comparison tests/common-pattern.py @ 35806:ab239e3de23b stable

tests: add a pattern to fix --pure tests Test Plan: ran all tests with and without --pure, everything passed on gcc112. Differential Revision: https://phab.mercurial-scm.org/D1946
author Augie Fackler <augie@google.com>
date Sat, 27 Jan 2018 21:50:04 -0500
parents 1d118f9f4f57
children 003ae586a02e
comparison
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'