# HG changeset patch # User Boris Feld # Date 1496601225 -7200 # Node ID b6458de417bbce5b4c583b1b1ce31bc33448cf2e # Parent 8c25b4e92212619334d0896569c307c415ed6d1f effectflag: activate effect flag on test-evolve-obshistory-complex.t test file Prepare activation of effect flag by default by activating it on test-evolve- obshistory-complex.t test file first. diff -r 8c25b4e92212 -r b6458de417bb tests/test-evolve-obshistory-complex.t --- a/tests/test-evolve-obshistory-complex.t Sun Jun 04 20:30:46 2017 +0200 +++ b/tests/test-evolve-obshistory-complex.t Sun Jun 04 20:33:45 2017 +0200 @@ -9,6 +9,8 @@ > publish=False > [extensions] > evolve = + > [experimental] + > evolution.effect-flags = yes > EOF Test obslog with split + fold + split @@ -362,25 +364,25 @@ o 7b3290f6e0a0 (12) fold1 |\ x | d15d0ffc75f6 (8) fold1 - |\ \ rewritten by test (*) as 7b3290f6e0a0, d0f33db50670 (glob) + |\ \ rewritten(parent, content) by test (*) as 7b3290f6e0a0, d0f33db50670 (glob) | | | | | x e036916b63ea (11) fold0 - | | | rewritten by test (*) as 7b3290f6e0a0 (glob) + | | | rewritten(description, parent, content) by test (*) as 7b3290f6e0a0 (glob) | | | x | | 868d2e0eb19c (4) D - / / rewritten by test (*) as d15d0ffc75f6 (glob) + / / rewritten(description, parent, content) by test (*) as d15d0ffc75f6 (glob) | | x | a8df460dbbfe (3) C - / rewritten by test (*) as d15d0ffc75f6 (glob) + / rewritten(description, content) by test (*) as d15d0ffc75f6 (glob) | x b868bc49b0a4 (7) fold0 - |\ rewritten by test (*) as 19e14c8397fc, e036916b63ea (glob) + |\ rewritten(parent, content) by test (*) as 19e14c8397fc, e036916b63ea (glob) | | x | 2a34000d3544 (1) A - / rewritten by test (*) as b868bc49b0a4 (glob) + / rewritten(description, content) by test (*) as b868bc49b0a4 (glob) | x c473644ee0e9 (2) B - rewritten by test (*) as b868bc49b0a4 (glob) + rewritten(description, parent, content) by test (*) as b868bc49b0a4 (glob) While with all option, we should see 15 changesets @@ -394,35 +396,35 @@ | | | | o ec31316faa9d (14) fold2 | | | |/| | | | x | 100cc25b765f (9) fold2 - | | | |\ \ rewritten by test (*) as d4a000f63ee9, ec31316faa9d (glob) + | | | |\ \ rewritten(parent, content) by test (*) as d4a000f63ee9, ec31316faa9d (glob) | | | | | | | +-------x d0f33db50670 (13) fold1 - | | | | | rewritten by test (*) as ec31316faa9d (glob) + | | | | | rewritten(description, parent, content) by test (*) as ec31316faa9d (glob) | | | | | +---x | | e036916b63ea (11) fold0 - | | / / rewritten by test (*) as 7b3290f6e0a0 (glob) + | | / / rewritten(description, parent, content) by test (*) as 7b3290f6e0a0 (glob) | | | | | | x | 0da815c333f6 (5) E - | | / rewritten by test (*) as 100cc25b765f (glob) + | | / rewritten(description, content) by test (*) as 100cc25b765f (glob) | | | x | | b868bc49b0a4 (7) fold0 - |\ \ \ rewritten by test (*) as 19e14c8397fc, e036916b63ea (glob) + |\ \ \ rewritten(parent, content) by test (*) as 19e14c8397fc, e036916b63ea (glob) | | | | | | x | d15d0ffc75f6 (8) fold1 - | | |\ \ rewritten by test (*) as 7b3290f6e0a0, d0f33db50670 (glob) + | | |\ \ rewritten(parent, content) by test (*) as 7b3290f6e0a0, d0f33db50670 (glob) | | | | | | | | | x d9f908fde1a1 (6) F - | | | | rewritten by test (*) as 100cc25b765f (glob) + | | | | rewritten(description, parent, content) by test (*) as 100cc25b765f (glob) | | | | x | | | 2a34000d3544 (1) A - / / / rewritten by test (*) as b868bc49b0a4 (glob) + / / / rewritten(description, content) by test (*) as b868bc49b0a4 (glob) | | | | x | 868d2e0eb19c (4) D - | / rewritten by test (*) as d15d0ffc75f6 (glob) + | / rewritten(description, parent, content) by test (*) as d15d0ffc75f6 (glob) | | | x a8df460dbbfe (3) C - | rewritten by test (*) as d15d0ffc75f6 (glob) + | rewritten(description, content) by test (*) as d15d0ffc75f6 (glob) | x c473644ee0e9 (2) B - rewritten by test (*) as b868bc49b0a4 (glob) + rewritten(description, parent, content) by test (*) as b868bc49b0a4 (glob)