comparison tests/helpers-testrepo.sh @ 51963:5e2f0fec0a47

branching: merge stable into default
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 08 Oct 2024 21:46:22 +0200
parents 813226b3b4ca 16574ca8b155
children
comparison
equal deleted inserted replaced
51956:3b46e8e6a401 51963:5e2f0fec0a47
27 # rather than the test hg installation. 27 # rather than the test hg installation.
28 syshgenv () { 28 syshgenv () {
29 . "$HGTEST_RESTOREENV" 29 . "$HGTEST_RESTOREENV"
30 HGPLAIN=1 30 HGPLAIN=1
31 export HGPLAIN 31 export HGPLAIN
32 if [ -n "$HGTEST_BASE_HGMODULEPOLICY" ]; then
33 HGMODULEPOLICY="$HGTEST_BASE_HGMODULEPOLICY"
34 else
35 unset HGMODULEPOLICY
36 fi
37 export HGMODULEPOLICY
32 } 38 }
33 39
34 # The test-repo is a live hg repository which may have evolution markers 40 # The test-repo is a live hg repository which may have evolution markers
35 # created, e.g. when a ~/.hgrc enabled evolution. 41 # created, e.g. when a ~/.hgrc enabled evolution.
36 # 42 #