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