From patchwork Mon Feb 12 23:18:54 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D2195: tests: use `hello` not `capabilities` over ssh From: phabricator X-Patchwork-Id: 27746 Message-Id: <09e2ce12d608b6a06de5e2ca925bfcc6@localhost.localdomain> To: mercurial-devel@mercurial-scm.org Date: Mon, 12 Feb 2018 23:18:54 +0000 This revision was automatically updated to reflect the committed changes. Closed by commit rHG54e2abc73686: tests: use `hello` not `capabilities` over ssh (authored by durin42, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D2195?vs=5511&id=5565 REVISION DETAIL https://phab.mercurial-scm.org/D2195 AFFECTED FILES tests/test-narrow-clone-non-narrow-server.t CHANGE DETAILS To: durin42, #hg-reviewers, indygreg Cc: mercurial-devel diff --git a/tests/test-narrow-clone-non-narrow-server.t b/tests/test-narrow-clone-non-narrow-server.t --- a/tests/test-narrow-clone-non-narrow-server.t +++ b/tests/test-narrow-clone-non-narrow-server.t @@ -18,7 +18,7 @@ $ cat hg.pid >> "$DAEMON_PIDS" Verify that narrow is advertised in the bundle2 capabilities: - $ echo capabilities | hg -R . serve --stdio | \ + $ echo hello | hg -R . serve --stdio | \ > python -c "import sys, urllib; print urllib.unquote_plus(list(sys.stdin)[1])" | grep narrow narrow=v0