D7164: packaging: install hgk as hgk.tcl

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Sat Nov 9 00:05:51 UTC 2019


Closed by commit rHG9f5eba23495f: packaging: install hgk as hgk.tcl (authored by indygreg).
This revision was automatically updated to reflect the committed changes.
This revision was not accepted when it landed; it landed in state "Needs Review".

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D7164?vs=17385&id=17816

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D7164/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D7164

AFFECTED FILES
  contrib/packaging/wix/contrib.wxs

CHANGE DETAILS

diff --git a/contrib/packaging/wix/contrib.wxs b/contrib/packaging/wix/contrib.wxs
--- a/contrib/packaging/wix/contrib.wxs
+++ b/contrib/packaging/wix/contrib.wxs
@@ -16,7 +16,7 @@
       <Directory Id="contribdir" Name="contrib" FileSource="$(var.SourceDir)">
         <Component Id="contrib" Guid="$(var.contrib.guid)" Win64='$(var.IsX64)'>
           <File Name="bash_completion" KeyPath="yes" />
-          <File Name="hgk" />
+          <File Name="hgk.tcl" Source="$(var.SourceDir)/hgk" />
           <File Name="hgweb.fcgi" />
           <File Name="hgweb.wsgi" />
           <File Name="logo-droplets.svg" />



To: indygreg, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list