changeset 12055:81c4e18c7cee stable

simplemerge: remove hash-bang from non-executable script
author Mads Kiilerich <mads@kiilerich.com>
date Thu, 26 Aug 2010 22:51:48 +0200
parents b10b07a821c3
children 85439f43749f
files mercurial/simplemerge.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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