Mercurial > evolve
comparison tests/test-wireproto.t @ 5747:8e4f6354b316 mercurial-5.6
tests: back out changeset b3d9e6c805d6
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 28 Jan 2021 18:48:36 +0800 |
parents | e5d91fd1f319 |
children | 6ce036cb7fd4 fd039a7f0c3c |
comparison
equal
deleted
inserted
replaced
5746:feb28638ec6c | 5747:8e4f6354b316 |
---|---|
200 | 200 |
201 Check we cannot use pushkey for marker exchange anymore | 201 Check we cannot use pushkey for marker exchange anymore |
202 | 202 |
203 $ hg debugpushkey http://localhost:$HGPORT/ obsolete | 203 $ hg debugpushkey http://localhost:$HGPORT/ obsolete |
204 abort: HTTP Error 410: won't exchange obsmarkers through pushkey | 204 abort: HTTP Error 410: won't exchange obsmarkers through pushkey |
205 [100] | 205 [255] |
206 $ cat errors.log | 206 $ cat errors.log |
207 $ hg debugpushkey ssh://user@dummy/server obsolete | 207 $ hg debugpushkey ssh://user@dummy/server obsolete |
208 remote: abort: won't exchange obsmarkers through pushkey | 208 remote: abort: won't exchange obsmarkers through pushkey |
209 remote: (upgrade your client or server to use the bundle2 protocol) | 209 remote: (upgrade your client or server to use the bundle2 protocol) |
210 abort: unexpected response: empty string | 210 abort: unexpected response: empty string |