changeset 2584:325f7a2e87e2

effectflag: activate effect flag on test-wireproto.t test file Prepare activation of effect flag by default by activating it on test- wireproto.t test file first.
author Boris Feld <boris.feld@octobus.net>
date Sun, 04 Jun 2017 21:43:17 +0200
parents 3312f9404c00
children b5e3fe610beb
files tests/test-wireproto.t
diffstat 1 files changed, 9 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-wireproto.t	Sun Jun 04 21:35:17 2017 +0200
+++ b/tests/test-wireproto.t	Sun Jun 04 21:43:17 2017 +0200
@@ -5,6 +5,7 @@
   > [experimental]
   > obsmarkers-exchange-debug=true
   > bundle2-exp=true
+  > evolution.effect-flags = yes
   > [ui]
   > ssh=python "$RUNTESTDIR/dummyssh"
   > [phases]
@@ -72,7 +73,7 @@
   remote: adding manifests
   remote: adding file changes
   remote: added 1 changesets with 1 changes to 1 files (+1 heads)
-  remote: obsmarker-exchange: 139 bytes received
+  remote: obsmarker-exchange: 151 bytes received
   remote: 2 new obsolescence markers
   $ hg push
   pushing to ssh://user@dummy/server
@@ -90,7 +91,7 @@
   adding manifests
   adding file changes
   added 1 changesets with 1 changes to [12] files \(\+1 heads\) (re)
-  obsmarker-exchange: 139 bytes received
+  obsmarker-exchange: 151 bytes received
   2 new obsolescence markers
   (run 'hg heads' to see heads)
   $ hg -R ../other pull
@@ -113,7 +114,7 @@
   remote: adding manifests
   remote: adding file changes
   remote: added 1 changesets with 1 changes to 1 files
-  remote: obsmarker-exchange: 139 bytes received
+  remote: obsmarker-exchange: 151 bytes received
   remote: 2 new obsolescence markers
   $ hg -R ../other pull
   pulling from ssh://user@dummy/server
@@ -122,7 +123,7 @@
   adding manifests
   adding file changes
   added 1 changesets with 1 changes to 1 files
-  obsmarker-exchange: 139 bytes received
+  obsmarker-exchange: 151 bytes received
   2 new obsolescence markers
   (run 'hg update' to get a working copy)
 
@@ -136,7 +137,7 @@
   remote: adding manifests
   remote: adding file changes
   remote: added 1 changesets with 0 changes to 1 files (+1 heads)
-  remote: obsmarker-exchange: 208 bytes received
+  remote: obsmarker-exchange: 226 bytes received
   remote: 1 new obsolescence markers
   $ hg -R ../other pull
   pulling from ssh://user@dummy/server
@@ -145,7 +146,7 @@
   adding manifests
   adding file changes
   added 1 changesets with 0 changes to 1 files (+1 heads)
-  obsmarker-exchange: 208 bytes received
+  obsmarker-exchange: 226 bytes received
   1 new obsolescence markers
   (run 'hg heads' to see heads)
 
@@ -169,7 +170,7 @@
   (skipping discovery of obsolescence markers, will exchange everything)
   (controled by 'experimental.evolution.obsdiscovery' configuration)
   no changes found
-  remote: obsmarker-exchange: 346 bytes received
+  remote: obsmarker-exchange: 376 bytes received
   [1]
   $ hg -R ../other pull --config experimental.evolution.obsdiscovery=no
   pulling from ssh://user@dummy/server
@@ -177,6 +178,6 @@
   no changes found
   (skipping discovery of obsolescence markers, will exchange everything)
   (controled by 'experimental.evolution.obsdiscovery' configuration)
-  obsmarker-exchange: 346 bytes received
+  obsmarker-exchange: 376 bytes received
 
   $ cd ..