# HG changeset patch # User Martin von Zweigbergk # Date 1568352705 25200 # 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 -r 97b79354e9f0 -r 0b81fd0aa2a1 tests/test-narrow.t --- a/tests/test-narrow.t Tue Sep 10 09:57:33 2019 -0400 +++ b/tests/test-narrow.t Thu Sep 12 22:31:45 2019 -0700 @@ -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 @@ 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 '.^'