# HG changeset patch # User Augie Fackler # Date 2017-08-22 20:59:02 # Node ID b1f75d8e887a4c06e6b120807f3defc5c7b78d33 # Parent dcfa836527449538b512a2fd686f37fe8acb979e tests: update test-patch to pass our import checker 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 < 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