Mercurial > hg > mercurial-source
diff tests/test-glog.t @ 34504:24849d53697d
tests: clean up many print statements to be print functions instead
Differential Revision: https://phab.mercurial-scm.org/D294
author | Augie Fackler <augie@google.com> |
---|---|
date | Thu, 15 Jun 2017 14:22:25 -0400 (2017-06-15) |
parents | b11e8c67fb0f |
children | 6c1a9fd8361b |
line wrap: on
line diff
--- a/tests/test-glog.t +++ b/tests/test-glog.t @@ -1633,7 +1633,7 @@ Test glob expansion of pats $ expandglobs=`$PYTHON -c "import mercurial.util; \ - > print mercurial.util.expandglobs and 'true' or 'false'"` + > print(mercurial.util.expandglobs and 'true' or 'false')"` $ if [ $expandglobs = "true" ]; then > testlog 'a*'; > else