# HG changeset patch # User Valentin Gatien-Baron # Date 1627962386 14400 # Node ID e5efbb11e185bd364b4359900bca8b91fc0c4887 # Parent 0c92cd9286ee17b33d93afa87b33860737ff9826 tests: drop hgrc bits that have become the default Differential Revision: https://phab.mercurial-scm.org/D11247 diff -r 0c92cd9286ee -r e5efbb11e185 tests/test-bookmarks-corner-case.t --- a/tests/test-bookmarks-corner-case.t Mon Aug 02 23:43:40 2021 -0400 +++ b/tests/test-bookmarks-corner-case.t Mon Aug 02 23:46:26 2021 -0400 @@ -12,14 +12,6 @@ node known to the changelog. If the cache invalidation between these two bits goes wrong, bookmark can be dropped. -global setup ------------- - - $ cat >> $HGRCPATH << EOF - > [server] - > concurrent-push-mode=check-related - > EOF - Setup -----