# HG changeset patch # User Martin von Zweigbergk # Date 2019-09-13 05:31:45 # Node ID 0b81fd0aa2a1cca856a1ef4e3382f70598a53b25 # Parent 97b79354e9f08609b25ce587e26e612042ed7f1f tests: move a config write to top of file since it applies to all tests I'm about to add another test that depends on this config. Differential Revision: https://phab.mercurial-scm.org/D6849 diff --git a/tests/test-narrow.t b/tests/test-narrow.t --- a/tests/test-narrow.t +++ b/tests/test-narrow.t @@ -1,6 +1,11 @@ #testcases flat tree #testcases lfs-on lfs-off + $ cat >> $HGRCPATH << EOF + > [experimental] + > evolution=createmarkers + > EOF + #if lfs-on $ cat >> $HGRCPATH < [extensions] @@ -77,10 +82,6 @@ Test repo with local changes updating to branch default 3 files updated, 0 files merged, 0 files removed, 0 files unresolved $ cd narrow-local-changes - $ cat >> $HGRCPATH << EOF - > [experimental] - > evolution=createmarkers - > EOF $ echo local change >> d0/f $ hg ci -m 'local change to d0' $ hg co '.^'