tests/testlib/push-checkheads-util.sh
changeset 45765 ed84a4d48910
parent 31973 36006e014deb
child 48688 053a5bf508da
equal deleted inserted replaced
45756:79d681753c4d 45765:ed84a4d48910
     1 # setup config and various utility to test new heads checks on push
     1 # setup config and various utility to test new heads checks on push
     2 
     2 
     3 cat >> $HGRCPATH <<EOF
     3 cat >> $HGRCPATH <<EOF
     4 [ui]
     4 [command-templates]
     5 # simpler log output
     5 # simpler log output
     6 logtemplate ="{node|short} ({phase}): {desc}\n"
     6 log ="{node|short} ({phase}): {desc}\n"
     7 
     7 
     8 [phases]
     8 [phases]
     9 # non publishing server
     9 # non publishing server
    10 publish=False
    10 publish=False
    11 
    11