# HG changeset patch # User Vincent Danjean # Date 1137043746 -3600 # Node ID 0952d164030ef0a05aa916b1f7ee58c309622085 # Parent 17e39fd24cb4b8c1ce99e025014f840a4519bd68 hgk.py is not a script (no '#!' line needed) diff --git a/contrib/hgk.py b/contrib/hgk.py --- a/contrib/hgk.py +++ b/contrib/hgk.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python -# # Minimal support for git commands on an hg repository # # Copyright 2005 Chris Mason