# HG changeset patch # User Augie Fackler # Date 2019-10-05 17:28:48 # 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 --git a/mercurial/statprof.py b/mercurial/statprof.py old mode 100755 new mode 100644 --- a/mercurial/statprof.py +++ b/mercurial/statprof.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python ## statprof.py ## Copyright (C) 2012 Bryan O'Sullivan ## Copyright (C) 2011 Alex Fraser