tests/test-patchbomb.t
changeset 26925 d8270223a026
parent 26924 45494030bb70
child 27658 a6eddc8be811
equal deleted inserted replaced
26924:45494030bb70 26925:d8270223a026
    22   >     skipblank = False
    22   >     skipblank = False
    23   >     print l,
    23   >     print l,
    24   > EOF
    24   > EOF
    25   $ FILTERBOUNDARY="python `pwd`/prune-blank-after-boundary.py"
    25   $ FILTERBOUNDARY="python `pwd`/prune-blank-after-boundary.py"
    26   $ echo "[format]" >> $HGRCPATH
    26   $ echo "[format]" >> $HGRCPATH
    27   $ echo "generaldelta = accept" >> $HGRCPATH
    27   $ echo "usegeneraldelta=yes" >> $HGRCPATH
    28   $ echo "[extensions]" >> $HGRCPATH
    28   $ echo "[extensions]" >> $HGRCPATH
    29   $ echo "patchbomb=" >> $HGRCPATH
    29   $ echo "patchbomb=" >> $HGRCPATH
    30 
    30 
    31   $ hg init t
    31   $ hg init t
    32   $ cd t
    32   $ cd t