Show More
@@ -1,8 +1,9 b'' | |||
|
1 | 1 | $ cat > patchtool.py <<EOF |
|
2 | > from __future__ import absolute_import, print_function | |
|
2 | 3 | > import sys |
|
3 |
> print |
|
|
4 | > print('Using custom patch') | |
|
4 | 5 | > if '--binary' in sys.argv: |
|
5 |
> print |
|
|
6 | > print('--binary found !') | |
|
6 | 7 | > EOF |
|
7 | 8 | |
|
8 | 9 | $ echo "[ui]" >> $HGRCPATH |
General Comments 0
You need to be logged in to leave comments.
Login now