Mercurial > hg
comparison tests/library-infinitepush.sh @ 48041:37a41267d000
branching: merge stable into default
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Tue, 28 Sep 2021 09:40:57 +0200 |
parents | 0c92cd9286ee |
children | db9b6ce803a9 |
comparison
equal
deleted
inserted
replaced
48040:7970895a21cb | 48041:37a41267d000 |
---|---|
12 | 12 |
13 setupcommon() { | 13 setupcommon() { |
14 cat >> $HGRCPATH << EOF | 14 cat >> $HGRCPATH << EOF |
15 [extensions] | 15 [extensions] |
16 infinitepush= | 16 infinitepush= |
17 [ui] | |
18 ssh = "$PYTHON" "$TESTDIR/dummyssh" | |
19 [infinitepush] | 17 [infinitepush] |
20 branchpattern=re:scratch/.* | 18 branchpattern=re:scratch/.* |
21 EOF | 19 EOF |
22 } | 20 } |
23 | 21 |