##// END OF EJS Templates
Unified #! paths for python scripts and removed them for test modules.
Thomas Arendsen Hein -
r4122:306055f5 default
parent child Browse files
Show More
@@ -1,4 +1,4 b''
1 #!/usr/bin/python
1 #!/usr/bin/env python
2 #
2 #
3 # Perforce Defect Tracking Integration Project
3 # Perforce Defect Tracking Integration Project
4 # <http://www.ravenbrook.com/project/p4dti/>
4 # <http://www.ravenbrook.com/project/p4dti/>
@@ -1,4 +1,4 b''
1 #! /usr/bin/env python
1 #!/usr/bin/env python
2 #
2 #
3 # Based on python's Tools/scripts/md5sum.py
3 # Based on python's Tools/scripts/md5sum.py
4 #
4 #
@@ -1,6 +1,3 b''
1 #!/usr/bin/env python
2 #
3
4 import doctest
1 import doctest
5
2
6 import mercurial.changelog
3 import mercurial.changelog
@@ -1,4 +1,3 b''
1 #!/usr/bin/env python
2 # Since it's not easy to write a test that portably deals
1 # Since it's not easy to write a test that portably deals
3 # with files from different users/groups, we cheat a bit by
2 # with files from different users/groups, we cheat a bit by
4 # monkey-patching some functions in the util module
3 # monkey-patching some functions in the util module
General Comments 0
You need to be logged in to leave comments. Login now