tests/test-bundle2-pushback.t
changeset 25495 c63bf97cf7c7
parent 25476 46727fea7a00
child 29686 622782ea9cf3
equal deleted inserted replaced
25494:e8eb3ecdaa0c 25495:c63bf97cf7c7
    23   > bundle2.parthandlermapping['changegroup'] = _newhandlechangegroup
    23   > bundle2.parthandlermapping['changegroup'] = _newhandlechangegroup
    24   > EOF
    24   > EOF
    25 
    25 
    26   $ cat >> $HGRCPATH <<EOF
    26   $ cat >> $HGRCPATH <<EOF
    27   > [ui]
    27   > [ui]
    28   > ssh = dummyssh
    28   > ssh = python "$TESTDIR/dummyssh"
    29   > username = nobody <no.reply@example.com>
    29   > username = nobody <no.reply@example.com>
    30   > 
    30   > 
    31   > [alias]
    31   > [alias]
    32   > tglog = log -G -T "{desc} [{phase}:{node|short}]"
    32   > tglog = log -G -T "{desc} [{phase}:{node|short}]"
    33   > EOF
    33   > EOF