comparison tests/library-infinitepush.sh @ 50684:db9b6ce803a9

infinitepush: aggressively deprecated infinite push We add a large warning and an explicit abort. Both can be disable through config, but neither are explicitly documented. If any user exists I really want them to get in touch with the community.
author pierre-yves.david@ens-lyon.org
date Mon, 19 Jun 2023 23:27:18 +0200
parents 0c92cd9286ee
children b9a355763e76
comparison
equal deleted inserted replaced
50683:d39ac3468ad4 50684:db9b6ce803a9
14 cat >> $HGRCPATH << EOF 14 cat >> $HGRCPATH << EOF
15 [extensions] 15 [extensions]
16 infinitepush= 16 infinitepush=
17 [infinitepush] 17 [infinitepush]
18 branchpattern=re:scratch/.* 18 branchpattern=re:scratch/.*
19 deprecation-abort=no
20 deprecation-message=yes
21
19 EOF 22 EOF
20 } 23 }
21 24
22 setupserver() { 25 setupserver() {
23 cat >> .hg/hgrc << EOF 26 cat >> .hg/hgrc << EOF