# HG changeset patch # User Thomas Arendsen Hein # Date 1172783756 -3600 # Node ID 00923fbce248b62a75b7634cd784c7170f104399 # Parent d250076824e3cf0fdd86f47de2c0132d97543bc4# Parent 306055f5b65c81437493b005ef0249a596f5da11 merge with crew-stable diff -r d250076824e3 -r 00923fbce248 tests/coverage.py --- a/tests/coverage.py Tue Feb 27 09:05:36 2007 +0100 +++ b/tests/coverage.py Thu Mar 01 22:15:56 2007 +0100 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # # Perforce Defect Tracking Integration Project # diff -r d250076824e3 -r 00923fbce248 tests/md5sum.py --- a/tests/md5sum.py Tue Feb 27 09:05:36 2007 +0100 +++ b/tests/md5sum.py Thu Mar 01 22:15:56 2007 +0100 @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#!/usr/bin/env python # # Based on python's Tools/scripts/md5sum.py # diff -r d250076824e3 -r 00923fbce248 tests/test-doctest.py --- a/tests/test-doctest.py Tue Feb 27 09:05:36 2007 +0100 +++ b/tests/test-doctest.py Thu Mar 01 22:15:56 2007 +0100 @@ -1,6 +1,3 @@ -#!/usr/bin/env python -# - import doctest import mercurial.changelog diff -r d250076824e3 -r 00923fbce248 tests/test-trusted.py --- a/tests/test-trusted.py Tue Feb 27 09:05:36 2007 +0100 +++ b/tests/test-trusted.py Thu Mar 01 22:15:56 2007 +0100 @@ -1,4 +1,3 @@ -#!/usr/bin/env python # Since it's not easy to write a test that portably deals # with files from different users/groups, we cheat a bit by # monkey-patching some functions in the util module