[PATCH] wix: hgweb file renames

steve at borho.org steve at borho.org
Mon Apr 26 11:44:09 CDT 2010


# HG changeset patch
# User Steve Borho <steve at borho.org>
# Date 1272299617 18000
# Node ID 6d9ff3374a81a28c160e7c70e9b275103633ac7d
# Parent  c9b4e9431af781600a7a28c33a4f5b067f11f1e4
wix: hgweb file renames

diff --git a/contrib/wix/contrib.wxs b/contrib/wix/contrib.wxs
--- a/contrib/wix/contrib.wxs
+++ b/contrib/wix/contrib.wxs
@@ -16,8 +16,8 @@
         <Component Id="contrib" Guid="$(var.contrib.guid)">
           <File Name="bash_completion" KeyPath="yes" />
           <File Name="hgk" />
-          <File Name="hgwebdir.fcgi" />
-          <File Name="hgwebdir.wsgi" />
+          <File Name="hgweb.fcgi" />
+          <File Name="hgweb.wsgi" />
           <File Name="logo-droplets.svg" />
           <File Name="mercurial.el" />
           <File Name="sample.hgrc" />


More information about the Mercurial-devel mailing list