simplemerge: remove hash-bang from non-executable script stable
authorMads Kiilerich <mads@kiilerich.com>
Thu, 26 Aug 2010 22:51:48 +0200
branchstable
changeset 12055 81c4e18c7cee
parent 12053 b10b07a821c3
child 12056 85439f43749f
simplemerge: remove hash-bang from non-executable script
mercurial/simplemerge.py
--- a/mercurial/simplemerge.py	Thu Aug 26 11:00:46 2010 -0500
+++ b/mercurial/simplemerge.py	Thu Aug 26 22:51:48 2010 +0200
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # Copyright (C) 2004, 2005 Canonical Ltd
 #
 # This program is free software; you can redistribute it and/or modify