From patchwork Mon Jun 8 22:52:06 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [6,of,7] tests: make printenv executable From: Matt Mackall X-Patchwork-Id: 9564 Message-Id: To: mercurial-devel@selenic.com Date: Mon, 08 Jun 2015 17:52:06 -0500 # HG changeset patch # User Matt Mackall # Date 1433802885 18000 # Mon Jun 08 17:34:45 2015 -0500 # Node ID ee25f3b990c12896b136db9f96347f570302dbec # Parent 035285149ab9dbcf988e550381de50c9e6372a83 tests: make printenv executable diff -r 035285149ab9 -r ee25f3b990c1 tests/printenv.py --- a/tests/printenv.py Mon Jun 08 15:02:49 2015 -0500 +++ b/tests/printenv.py Mon Jun 08 17:34:45 2015 -0500 @@ -1,3 +1,5 @@ +#!/usr/bin/env python +# # simple script to be used in hooks # # put something like this in the repo .hg/hgrc: