equal
deleted
inserted
replaced
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 |