diff tests/test-bundle2.t @ 21147:2a246e737f92

bundle2: move bundle2 config option to section "experimental" We highlight the fact that this is experimental by moving it to an "experimental" section, and we match the config name with the server capability name `bundle2-exp`.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Thu, 17 Apr 2014 16:01:58 -0400
parents 4676135ac555
children 952af771bc17
line wrap: on
line diff
--- a/tests/test-bundle2.t	Thu Apr 17 15:45:12 2014 -0400
+++ b/tests/test-bundle2.t	Thu Apr 17 16:01:58 2014 -0400
@@ -174,8 +174,8 @@
   $ cat >> $HGRCPATH << EOF
   > [extensions]
   > bundle2=$TESTTMP/bundle2.py
-  > [server]
-  > bundle2=True
+  > [experimental]
+  > bundle2-exp=True
   > [ui]
   > ssh=python "$TESTDIR/dummyssh"
   > [web]