Mercurial > public > mercurial-scm > hg
comparison tests/test-hgweb-commands.t @ 26912:f40f62ea43e0
test: use generaldelta in 'test-hgweb-command.t'
Using generaldelta has a meaningless impact on the capabilities string.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Tue, 20 Oct 2015 12:25:51 +0200 |
parents | 0856f1bfbe1e |
children | 77d25b913f80 |
comparison
equal
deleted
inserted
replaced
26911:d7e5e4da8394 | 26912:f40f62ea43e0 |
---|---|
3 An attempt at more fully testing the hgweb web interface. | 3 An attempt at more fully testing the hgweb web interface. |
4 The following things are tested elsewhere and are therefore omitted: | 4 The following things are tested elsewhere and are therefore omitted: |
5 - archive, tested in test-archive | 5 - archive, tested in test-archive |
6 - unbundle, tested in test-push-http | 6 - unbundle, tested in test-push-http |
7 - changegroupsubset, tested in test-pull | 7 - changegroupsubset, tested in test-pull |
8 | |
9 $ cat << EOF >> $HGRCPATH | |
10 > [format] | |
11 > usegeneraldelta=yes | |
12 > EOF | |
8 | 13 |
9 Set up the repo | 14 Set up the repo |
10 | 15 |
11 $ hg init test | 16 $ hg init test |
12 $ cd test | 17 $ cd test |
2120 known | 2125 known |
2121 getbundle | 2126 getbundle |
2122 unbundlehash | 2127 unbundlehash |
2123 batch | 2128 batch |
2124 stream-preferred | 2129 stream-preferred |
2125 stream | 2130 streamreqs=generaldelta,revlogv1 |
2126 bundle2=HG20%0Achangegroup%3D01%2C02%0Adigests%3Dmd5%2Csha1%2Csha512%0Aerror%3Dabort%2Cunsupportedcontent%2Cpushraced%2Cpushkey%0Ahgtagsfnodes%0Alistkeys%0Apushkey%0Aremote-changegroup%3Dhttp%2Chttps | 2131 bundle2=HG20%0Achangegroup%3D01%2C02%0Adigests%3Dmd5%2Csha1%2Csha512%0Aerror%3Dabort%2Cunsupportedcontent%2Cpushraced%2Cpushkey%0Ahgtagsfnodes%0Alistkeys%0Apushkey%0Aremote-changegroup%3Dhttp%2Chttps |
2127 unbundle=HG10GZ,HG10BZ,HG10UN | 2132 unbundle=HG10GZ,HG10BZ,HG10UN |
2128 httpheader=1024 | 2133 httpheader=1024 |
2129 | 2134 |
2130 heads | 2135 heads |