[PATCH] hgk: add hgk script to the distribution (issue1096)

Gilles Moris gilles.moris at free.fr
Thu Feb 26 16:07:31 CST 2009


1 file changed, 1 insertion(+), 1 deletion(-)
setup.py |    2 +-


# HG changeset patch
# User Gilles Moris <gilles.moris at free.fr>
# Date 1235685874 -3600
# Node ID bf75579cdb25613340cdadbedd22dafb50b59891
# Parent  252f48f5d1900bd365a53c663e3632aa8dc06427
hgk: add hgk script to the distribution (issue1096).

So that the extension can just be activated in hgrc without having
to get the sources.

diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -38,7 +38,7 @@
 from distutils.ccompiler import new_compiler
 
 extra = {}
-scripts = ['hg']
+scripts = ['hg', 'contrib/hgk']
 if os.name == 'nt':
     scripts.append('contrib/win32/hg.bat')
 


More information about the Mercurial-devel mailing list