comparison tests/testlib/push-checkheads-util.sh @ 5229:fa1324e58fcf stable

head-checking: also test single head enforcement with topic They are an important part of why we want this.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 12 Mar 2020 02:08:39 +0100
parents b20d04641c0f
children 1227553f82c6
comparison
equal deleted inserted replaced
5228:f560d23639e1 5229:fa1324e58fcf
32 echo >> "server/.hg/hgrc" "# enforce a single name per branch" 32 echo >> "server/.hg/hgrc" "# enforce a single name per branch"
33 echo >> "server/.hg/hgrc" "single-head-per-branch = yes" 33 echo >> "server/.hg/hgrc" "single-head-per-branch = yes"
34 34
35 echo >> "client/.hg/hgrc" "[ui]" 35 echo >> "client/.hg/hgrc" "[ui]"
36 echo >> "client/.hg/hgrc" "# simpler log output" 36 echo >> "client/.hg/hgrc" "# simpler log output"
37 echo >> "client/.hg/hgrc" 'logtemplate ="{node|short} [{branch}] ({phase}): {desc}\\n"' 37 echo >> "client/.hg/hgrc" 'logtemplate = "{node|short} [{branch}{if(topic, ":{topic}")}] ({phase}): {desc}\\n"'
38 fi 38 fi
39 } 39 }