##// END OF EJS Templates
*: kill all unnecessary shebangs.
Dan Villiom Podlaski Christiansen -
r12865:4c50552f stable
parent child Browse files
Show More
@@ -1,4 +1,3 b''
1 #!/usr/bin/env python
2 1 #
3 2 # This is an experimental py3k-enabled mercurial setup script.
4 3 #
@@ -1,5 +1,3 b''
1 #!/usr/bin/env python
2
3 1 """\
4 2 reorder a revlog (the manifest by default) to save space
5 3
@@ -1,4 +1,3 b''
1 #!/usr/bin/env python
2 1 # -*- coding: utf-8 -*-
3 2 # $Id: manpage.py 6110 2009-08-31 14:40:33Z grubert $
4 3 # Author: Engelbert Gruber <grubert@users.sourceforge.net>
@@ -1,4 +1,3 b''
1 #!/usr/bin/env python
2 1 # -*- coding: utf-8 -*-
3 2 # no-check-code
4 3 #
@@ -1,4 +1,3 b''
1 #!/usr/bin/env python
2 1 #
3 2 # This is the mercurial setup script.
4 3 #
@@ -1,5 +1,3 b''
1 #!/usr/bin/env python
2
3 1 import struct
4 2 from mercurial import bdiff, mpatch
5 3
@@ -1,5 +1,3 b''
1 #!/usr/bin/env python
2
3 1 from mercurial import demandimport
4 2 demandimport.enable()
5 3
@@ -1,5 +1,3 b''
1 #!/usr/bin/env python
2
3 1 from mercurial.hg import parseurl
4 2
5 3 def testparse(url, branch=[]):
@@ -1,5 +1,3 b''
1 #!/usr/bin/env python
2
3 1 from mercurial import store
4 2
5 3 auxencode = lambda f: store._auxencode(f, True)
@@ -1,5 +1,3 b''
1 #!/usr/bin/env python
2
3 1 from pprint import pprint
4 2 from mercurial import minirst
5 3
@@ -1,5 +1,3 b''
1 #!/usr/bin/env python
2
3 1 from hgext import color
4 2
5 3 # ensure errors aren't buffered
@@ -1,5 +1,3 b''
1 #!/usr/bin/env python
2
3 1 from mercurial import ui, dispatch, error
4 2
5 3 testui = ui.ui()
@@ -1,5 +1,3 b''
1 #!/usr/bin/env python
2
3 1 import os
4 2 from mercurial import ui
5 3
@@ -1,4 +1,3 b''
1 #!/usr/bin/env python
2 1 import sys
3 2
4 3 def check(a, b):
General Comments 0
You need to be logged in to leave comments. Login now