D5231: tests: fix config knob in test-narrow-clone-stream.t

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Tue Nov 6 11:16:19 EST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHGd6ec45b79277: tests: fix config knob in test-narrow-clone-stream.t (authored by durin42, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D5231?vs=12452&id=12454

REVISION DETAIL
  https://phab.mercurial-scm.org/D5231

AFFECTED FILES
  tests/test-narrow-clone-stream.t

CHANGE DETAILS

diff --git a/tests/test-narrow-clone-stream.t b/tests/test-narrow-clone-stream.t
--- a/tests/test-narrow-clone-stream.t
+++ b/tests/test-narrow-clone-stream.t
@@ -36,8 +36,8 @@
 
 Enable stream clone on the server
 
-  $ echo "[experimental.server]" >> master/.hg/hgrc
-  $ echo "stream-narrow-clones=True" >> master/.hg/hgrc
+  $ echo "[experimental]" >> master/.hg/hgrc
+  $ echo "server.stream-narrow-clones=True" >> master/.hg/hgrc
 
 Cloning a specific file when stream clone is supported
 



To: durin42, #hg-reviewers, pulkit
Cc: mercurial-devel


More information about the Mercurial-devel mailing list