tests/test-patch.t
branchstable
changeset 49366 288de6f5d724
parent 48876 42d2b31cee0b
equal deleted inserted replaced
49364:e8ea403b1c46 49366:288de6f5d724
     1   $ cat > patchtool.py <<EOF
     1   $ cat > patchtool.py <<EOF
     2   > from __future__ import absolute_import, print_function
       
     3   > import sys
     2   > import sys
     4   > print('Using custom patch')
     3   > print('Using custom patch')
     5   > if '--binary' in sys.argv:
     4   > if '--binary' in sys.argv:
     6   >     print('--binary found !')
     5   >     print('--binary found !')
     7   > EOF
     6   > EOF