tests/test-topic-push-concurrent-on.t
changeset 5212 99123c3229b4
parent 5198 cbfd36046969
equal deleted inserted replaced
5211:a28f24828f62 5212:99123c3229b4
     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