comparison tests/test-narrow-clone-stream.t @ 40549:d6ec45b79277

tests: fix config knob in test-narrow-clone-stream.t Two patches landed in parallel and had a semantic conflict. This resolves the mess and leaves us with passing tests. Differential Revision: https://phab.mercurial-scm.org/D5231
author Augie Fackler <augie@google.com>
date Tue, 06 Nov 2018 10:41:00 -0500
parents 9aeb9e2d28a7
children a4c2788e8f48
comparison
equal deleted inserted replaced
40548:040447dc3c62 40549:d6ec45b79277
34 abort: pull failed on remote 34 abort: pull failed on remote
35 [255] 35 [255]
36 36
37 Enable stream clone on the server 37 Enable stream clone on the server
38 38
39 $ echo "[experimental.server]" >> master/.hg/hgrc 39 $ echo "[experimental]" >> master/.hg/hgrc
40 $ echo "stream-narrow-clones=True" >> master/.hg/hgrc 40 $ echo "server.stream-narrow-clones=True" >> master/.hg/hgrc
41 41
42 Cloning a specific file when stream clone is supported 42 Cloning a specific file when stream clone is supported
43 43
44 $ hg clone --narrow ssh://user@dummy/master narrow --noupdate --include "dir/src/f10" --stream 44 $ hg clone --narrow ssh://user@dummy/master narrow --noupdate --include "dir/src/f10" --stream
45 streaming all changes 45 streaming all changes