Mercurial > evolve
comparison tests/test-topic-push-concurrent-on.t @ 5198:cbfd36046969 stable
tests: use appropriate Python (2 or 3) for dummyssh
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Fri, 13 Mar 2020 19:11:43 +0700 |
parents | 1bc4b0807c37 |
children |
comparison
equal
deleted
inserted
replaced
5197:143ac9ac77a3 | 5198:cbfd36046969 |
---|---|
3 $ . "$TESTDIR/testlib/topic_setup.sh" | 3 $ . "$TESTDIR/testlib/topic_setup.sh" |
4 | 4 |
5 $ cat << EOF >> $HGRCPATH | 5 $ cat << EOF >> $HGRCPATH |
6 > [ui] | 6 > [ui] |
7 > logtemplate = {rev} {branch} {get(namespaces, "topics")} {phase} {desc|firstline}\n | 7 > logtemplate = {rev} {branch} {get(namespaces, "topics")} {phase} {desc|firstline}\n |
8 > ssh =python "$RUNTESTDIR/dummyssh" | 8 > ssh = "$PYTHON" "$RUNTESTDIR/dummyssh" |
9 > [server] | 9 > [server] |
10 > concurrent-push-mode=check-related | 10 > concurrent-push-mode=check-related |
11 > EOF | 11 > EOF |
12 | 12 |
13 $ hg init main | 13 $ hg init main |