Submitter | Augie Fackler |
---|---|
Date | Aug. 28, 2017, 2:56 p.m. |
Message ID | <db3b60e3edf8b0bbebed.1503932161@augie-macbookpro2.roam.corp.google.com> |
Download | mbox | patch |
Permalink | /patch/23420/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/tests/test-patch.t b/tests/test-patch.t --- a/tests/test-patch.t +++ b/tests/test-patch.t @@ -1,8 +1,9 @@ $ cat > patchtool.py <<EOF + > from __future__ import absolute_import, print_function > import sys - > print 'Using custom patch' + > print('Using custom patch') > if '--binary' in sys.argv: - > print '--binary found !' + > print('--binary found !') > EOF $ echo "[ui]" >> $HGRCPATH