tests/test-fix-topology.t
changeset 40583 2ecf5c24d0cd
parent 39723 5abc47d4ca6b
child 44568 ea40fea992e0
equal deleted inserted replaced
40582:93bab80993f4 40583:2ecf5c24d0cd
    21   $ cat >> $HGRCPATH <<EOF
    21   $ cat >> $HGRCPATH <<EOF
    22   > [extensions]
    22   > [extensions]
    23   > fix =
    23   > fix =
    24   > [fix]
    24   > [fix]
    25   > uppercase-whole-file:command="$PYTHON" $UPPERCASEPY
    25   > uppercase-whole-file:command="$PYTHON" $UPPERCASEPY
    26   > uppercase-whole-file:fileset=set:**
    26   > uppercase-whole-file:pattern=set:**
    27   > EOF
    27   > EOF
    28 
    28 
    29 This tests the only behavior that should really be affected by obsolescence, so
    29 This tests the only behavior that should really be affected by obsolescence, so
    30 we'll test it with evolution off and on. This only changes the revision
    30 we'll test it with evolution off and on. This only changes the revision
    31 numbers, if all is well.
    31 numbers, if all is well.