# HG changeset patch # User Augie Fackler # Date 1570296528 14400 # Node ID 9a3be115fb78908d3ee56a079898ba26fc496a65 # Parent 3b8a4587a456a7c4a3cd525e4f6c5967f820ef08 statprof: drop python #! and exec bit we don't use For some reason this wasn't flagged until I ran a reformatter on this file. I'm deeply confused by this, but since we don't execute this drop the support for it. Differential Revision: https://phab.mercurial-scm.org/D6985 diff -r 3b8a4587a456 -r 9a3be115fb78 mercurial/statprof.py --- a/mercurial/statprof.py Sat Oct 05 11:56:35 2019 -0400 +++ b/mercurial/statprof.py Sat Oct 05 13:28:48 2019 -0400 @@ -1,4 +1,3 @@ -#!/usr/bin/env python ## statprof.py ## Copyright (C) 2012 Bryan O'Sullivan ## Copyright (C) 2011 Alex Fraser