equal
deleted
inserted
replaced
1913 capabilities |
1913 capabilities |
1914 |
1914 |
1915 $ get-with-headers.py $LOCALIP:$HGPORT '?cmd=capabilities'; echo |
1915 $ get-with-headers.py $LOCALIP:$HGPORT '?cmd=capabilities'; echo |
1916 200 Script output follows |
1916 200 Script output follows |
1917 |
1917 |
1918 lookup branchmap pushkey known getbundle unbundlehash batch changegroupsubset $USUAL_BUNDLE2_CAPS_SERVER$ unbundle=HG10GZ,HG10BZ,HG10UN httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx compression=$BUNDLE2_COMPRESSIONS$ |
1918 lookup branchmap pushkey known getbundle unbundlehash changegroupsubset $USUAL_BUNDLE2_CAPS_SERVER$ unbundle=HG10GZ,HG10BZ,HG10UN batch httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx compression=$BUNDLE2_COMPRESSIONS$ |
1919 |
1919 |
1920 wire protocol command to wrong base URL |
1920 wire protocol command to wrong base URL |
1921 |
1921 |
1922 $ get-with-headers.py $LOCALIP:$HGPORT 'foo?cmd=capabilities' - |
1922 $ get-with-headers.py $LOCALIP:$HGPORT 'foo?cmd=capabilities' - |
1923 404 Not Found |
1923 404 Not Found |
2144 branchmap |
2144 branchmap |
2145 pushkey |
2145 pushkey |
2146 known |
2146 known |
2147 getbundle |
2147 getbundle |
2148 unbundlehash |
2148 unbundlehash |
2149 batch |
|
2150 changegroupsubset |
2149 changegroupsubset |
2151 stream-preferred |
2150 stream-preferred |
2152 streamreqs=generaldelta,revlogv1 |
2151 streamreqs=generaldelta,revlogv1 |
2153 $USUAL_BUNDLE2_CAPS_SERVER$ |
2152 $USUAL_BUNDLE2_CAPS_SERVER$ |
2154 unbundle=HG10GZ,HG10BZ,HG10UN |
2153 unbundle=HG10GZ,HG10BZ,HG10UN |
|
2154 batch |
2155 httpheader=1024 |
2155 httpheader=1024 |
2156 httpmediatype=0.1rx,0.1tx,0.2tx |
2156 httpmediatype=0.1rx,0.1tx,0.2tx |
2157 compression=$BUNDLE2_COMPRESSIONS$ |
2157 compression=$BUNDLE2_COMPRESSIONS$ |
2158 |
2158 |
2159 heads |
2159 heads |