equal
deleted
inserted
replaced
100 #if stream-bundle2 |
100 #if stream-bundle2 |
101 $ hg debugcapabilities http://localhost:$HGPORT |
101 $ hg debugcapabilities http://localhost:$HGPORT |
102 Main capabilities: |
102 Main capabilities: |
103 batch |
103 batch |
104 branchmap |
104 branchmap |
105 $USUAL_BUNDLE2_CAPS$%0Astream%3Dv2 |
105 $USUAL_BUNDLE2_CAPS$ |
106 changegroupsubset |
106 changegroupsubset |
107 compression=zstd,zlib |
107 compression=zstd,zlib |
108 getbundle |
108 getbundle |
109 httpheader=1024 |
109 httpheader=1024 |
110 httpmediatype=0.1rx,0.1tx,0.2tx |
110 httpmediatype=0.1rx,0.1tx,0.2tx |
134 heads |
134 heads |
135 pushkey |
135 pushkey |
136 remote-changegroup |
136 remote-changegroup |
137 http |
137 http |
138 https |
138 https |
139 stream |
|
140 v2 |
|
141 |
139 |
142 $ hg clone --stream -U http://localhost:$HGPORT server-disabled |
140 $ hg clone --stream -U http://localhost:$HGPORT server-disabled |
143 warning: stream clone requested but server has them disabled |
141 warning: stream clone requested but server has them disabled |
144 requesting all changes |
142 requesting all changes |
145 adding changesets |
143 adding changesets |