# HG changeset patch # User Dan Villiom Podlaski Christiansen # Date 1288088319 -7200 # Node ID 4c50552fc9bcc1134d027d0a300b7296b41d43c7 # Parent ef0b8b1bcd63ee0749525378007e1fa1ded5a818 *: kill all unnecessary shebangs. diff -r ef0b8b1bcd63 -r 4c50552fc9bc contrib/setup3k.py --- a/contrib/setup3k.py Tue Oct 26 12:18:37 2010 +0200 +++ b/contrib/setup3k.py Tue Oct 26 12:18:39 2010 +0200 @@ -1,4 +1,3 @@ -#!/usr/bin/env python # # This is an experimental py3k-enabled mercurial setup script. # diff -r ef0b8b1bcd63 -r 4c50552fc9bc contrib/shrink-revlog.py --- a/contrib/shrink-revlog.py Tue Oct 26 12:18:37 2010 +0200 +++ b/contrib/shrink-revlog.py Tue Oct 26 12:18:39 2010 +0200 @@ -1,5 +1,3 @@ -#!/usr/bin/env python - """\ reorder a revlog (the manifest by default) to save space diff -r ef0b8b1bcd63 -r 4c50552fc9bc doc/hgmanpage.py --- a/doc/hgmanpage.py Tue Oct 26 12:18:37 2010 +0200 +++ b/doc/hgmanpage.py Tue Oct 26 12:18:39 2010 +0200 @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # $Id: manpage.py 6110 2009-08-31 14:40:33Z grubert $ # Author: Engelbert Gruber diff -r ef0b8b1bcd63 -r 4c50552fc9bc i18n/polib.py --- a/i18n/polib.py Tue Oct 26 12:18:37 2010 +0200 +++ b/i18n/polib.py Tue Oct 26 12:18:39 2010 +0200 @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # no-check-code # diff -r ef0b8b1bcd63 -r 4c50552fc9bc setup.py --- a/setup.py Tue Oct 26 12:18:37 2010 +0200 +++ b/setup.py Tue Oct 26 12:18:39 2010 +0200 @@ -1,4 +1,3 @@ -#!/usr/bin/env python # # This is the mercurial setup script. # diff -r ef0b8b1bcd63 -r 4c50552fc9bc tests/test-bdiff.py --- a/tests/test-bdiff.py Tue Oct 26 12:18:37 2010 +0200 +++ b/tests/test-bdiff.py Tue Oct 26 12:18:39 2010 +0200 @@ -1,5 +1,3 @@ -#!/usr/bin/env python - import struct from mercurial import bdiff, mpatch diff -r ef0b8b1bcd63 -r 4c50552fc9bc tests/test-demandimport.py --- a/tests/test-demandimport.py Tue Oct 26 12:18:37 2010 +0200 +++ b/tests/test-demandimport.py Tue Oct 26 12:18:39 2010 +0200 @@ -1,5 +1,3 @@ -#!/usr/bin/env python - from mercurial import demandimport demandimport.enable() diff -r ef0b8b1bcd63 -r 4c50552fc9bc tests/test-hg-parseurl.py --- a/tests/test-hg-parseurl.py Tue Oct 26 12:18:37 2010 +0200 +++ b/tests/test-hg-parseurl.py Tue Oct 26 12:18:39 2010 +0200 @@ -1,5 +1,3 @@ -#!/usr/bin/env python - from mercurial.hg import parseurl def testparse(url, branch=[]): diff -r ef0b8b1bcd63 -r 4c50552fc9bc tests/test-hybridencode.py --- a/tests/test-hybridencode.py Tue Oct 26 12:18:37 2010 +0200 +++ b/tests/test-hybridencode.py Tue Oct 26 12:18:39 2010 +0200 @@ -1,5 +1,3 @@ -#!/usr/bin/env python - from mercurial import store auxencode = lambda f: store._auxencode(f, True) diff -r ef0b8b1bcd63 -r 4c50552fc9bc tests/test-minirst.py --- a/tests/test-minirst.py Tue Oct 26 12:18:37 2010 +0200 +++ b/tests/test-minirst.py Tue Oct 26 12:18:39 2010 +0200 @@ -1,5 +1,3 @@ -#!/usr/bin/env python - from pprint import pprint from mercurial import minirst diff -r ef0b8b1bcd63 -r 4c50552fc9bc tests/test-ui-color.py --- a/tests/test-ui-color.py Tue Oct 26 12:18:37 2010 +0200 +++ b/tests/test-ui-color.py Tue Oct 26 12:18:39 2010 +0200 @@ -1,5 +1,3 @@ -#!/usr/bin/env python - from hgext import color # ensure errors aren't buffered diff -r ef0b8b1bcd63 -r 4c50552fc9bc tests/test-ui-config.py --- a/tests/test-ui-config.py Tue Oct 26 12:18:37 2010 +0200 +++ b/tests/test-ui-config.py Tue Oct 26 12:18:39 2010 +0200 @@ -1,5 +1,3 @@ -#!/usr/bin/env python - from mercurial import ui, dispatch, error testui = ui.ui() diff -r ef0b8b1bcd63 -r 4c50552fc9bc tests/test-ui-verbosity.py --- a/tests/test-ui-verbosity.py Tue Oct 26 12:18:37 2010 +0200 +++ b/tests/test-ui-verbosity.py Tue Oct 26 12:18:39 2010 +0200 @@ -1,5 +1,3 @@ -#!/usr/bin/env python - import os from mercurial import ui diff -r ef0b8b1bcd63 -r 4c50552fc9bc tests/test-url.py --- a/tests/test-url.py Tue Oct 26 12:18:37 2010 +0200 +++ b/tests/test-url.py Tue Oct 26 12:18:39 2010 +0200 @@ -1,4 +1,3 @@ -#!/usr/bin/env python import sys def check(a, b):