D6985: statprof: drop python #! and exec bit we don't use

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Sat Oct 5 17:45:40 UTC 2019


durin42 created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REVISION SUMMARY
  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.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D6985

AFFECTED FILES
  mercurial/statprof.py

CHANGE DETAILS

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 <bos at serpentine.com>
 ## Copyright (C) 2011 Alex Fraser <alex at phatcore dot com>



To: durin42, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list