tests/test-patch.t
changeset 11815 20a88cf7ee92
parent 11784 8a1943685dfb
child 12645 d7452292f9d3
equal deleted inserted replaced
11814:61b0a01182d5 11815:20a88cf7ee92
    15   adding a
    15   adding a
    16   $ echo b >> a
    16   $ echo b >> a
    17   $ hg commit -Amb -d '2 0'
    17   $ hg commit -Amb -d '2 0'
    18   $ cd ..
    18   $ cd ..
    19 
    19 
    20 This test check that:
    20 This test checks that:
    21  - custom patch commands with arguments actually works
    21  - custom patch commands with arguments actually work
    22  - patch code does not try to add weird arguments like
    22  - patch code does not try to add weird arguments like
    23  --binary when custom patch commands are used. For instance
    23  --binary when custom patch commands are used. For instance
    24  --binary is added by default under win32.
    24  --binary is added by default under win32.
    25 
    25 
    26 check custom patch options are honored
    26 check custom patch options are honored