[PATCH] hgk: add hgk script to the distribution

Gilles Moris gilles.moris at free.fr
Fri Aug 7 02:01:04 CDT 2009


 setup.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


# HG changeset patch
# User Gilles Moris <gilles.moris at free.fr>
# Date 1235686403 -3600
# Node ID 5873efc191a3a0a66be55c94224d669153f65228
# Parent  8192d63a26a4549fc6e9da52ef568970b3f3101c
hgk: add hgk script to the distribution

As the corresponding extension is ready to be activated, but still needs the
script to be operational.

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