Mercurial > public > mercurial-scm > hg-stable
diff tests/test-convert-hg-source.t @ 32958:75be14993fda
cleanup: use $PYTHON to run python in many more tests
Spotted one of these, then wrote a check-code rule that caught them
all. It will be the next change.
author | Augie Fackler <augie@google.com> |
---|---|
date | Tue, 20 Jun 2017 09:45:02 -0400 |
parents | 1538e72209fd |
children | 3c9f2d4dbb39 |
line wrap: on
line diff
--- a/tests/test-convert-hg-source.t Thu Jun 15 14:22:39 2017 -0400 +++ b/tests/test-convert-hg-source.t Tue Jun 20 09:45:02 2017 -0400 @@ -130,7 +130,7 @@ > for i, l in enumerate(file(sys.argv[1]))] > file(sys.argv[1], 'wb').write(''.join(lines)) > EOF - $ python rewrite.py new/.hg/shamap + $ $PYTHON rewrite.py new/.hg/shamap $ cd orig $ hg up -qC 1 $ echo foo >> foo