tests/test-bundle2-multiple-changegroups.t
changeset 25478 d19787db6fe0
parent 24740 d283517b260b
child 27739 d6d3cf5fda6f
equal deleted inserted replaced
25477:a372f7b4463b 25478:d19787db6fe0
    65   $ hg commit -A -m C -q
    65   $ hg commit -A -m C -q
    66 
    66 
    67   $ cd ../clone
    67   $ cd ../clone
    68   $ cat >> .hg/hgrc <<EOF
    68   $ cat >> .hg/hgrc <<EOF
    69   > [hooks]
    69   > [hooks]
    70   > pretxnchangegroup = sh -c "python \"$TESTDIR/printenv.py\" pretxnchangegroup"
    70   > pretxnchangegroup = sh -c "printenv.py pretxnchangegroup"
    71   > changegroup = sh -c "python \"$TESTDIR/printenv.py\" changegroup"
    71   > changegroup = sh -c "printenv.py changegroup"
    72   > incoming = sh -c "python \"$TESTDIR/printenv.py\" incoming"
    72   > incoming = sh -c "printenv.py incoming"
    73   > EOF
    73   > EOF
    74 
    74 
    75 Pull the new commits in the clone
    75 Pull the new commits in the clone
    76 
    76 
    77   $ hg pull
    77   $ hg pull