Mercurial > hg
comparison tests/test-hgweb-commands.t @ 35235:4a6c51f5ae4d
test: fix bad replace for fixing pure-only build
When we replaced the patterns, glob was removed on the fixed line, it was a
mistake and caused the pure-only build to fails.
Differential Revision: https://phab.mercurial-scm.org/D1592
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Tue, 05 Dec 2017 19:06:46 +0100 |
parents | dc623009e0b0 |
children | ad0de63e1d6a |
comparison
equal
deleted
inserted
replaced
35234:f0445eea9b93 | 35235:4a6c51f5ae4d |
---|---|
1926 capabilities | 1926 capabilities |
1927 | 1927 |
1928 $ get-with-headers.py $LOCALIP:$HGPORT '?cmd=capabilities'; echo | 1928 $ get-with-headers.py $LOCALIP:$HGPORT '?cmd=capabilities'; echo |
1929 200 Script output follows | 1929 200 Script output follows |
1930 | 1930 |
1931 lookup changegroupsubset branchmap pushkey known getbundle unbundlehash batch $USUAL_BUNDLE2_CAPS$ unbundle=HG10GZ,HG10BZ,HG10UN httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx compression=zstd,zlib | 1931 lookup changegroupsubset branchmap pushkey known getbundle unbundlehash batch $USUAL_BUNDLE2_CAPS$ unbundle=HG10GZ,HG10BZ,HG10UN httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx compression=*zlib (glob) |
1932 | 1932 |
1933 heads | 1933 heads |
1934 | 1934 |
1935 $ get-with-headers.py $LOCALIP:$HGPORT '?cmd=heads' | 1935 $ get-with-headers.py $LOCALIP:$HGPORT '?cmd=heads' |
1936 200 Script output follows | 1936 200 Script output follows |