Mercurial > hg
changeset 47922:e5efbb11e185
tests: drop hgrc bits that have become the default
Differential Revision: https://phab.mercurial-scm.org/D11247
author | Valentin Gatien-Baron <valentin.gatienbaron@gmail.com> |
---|---|
date | Mon, 02 Aug 2021 23:46:26 -0400 |
parents | 0c92cd9286ee |
children | c89ddef6474d |
files | tests/test-bookmarks-corner-case.t |
diffstat | 1 files changed, 0 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- 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 -----