[PATCH] wix: hgweb file renames

Adrian Buehlmann adrian at cadifra.com
Mon Apr 26 14:36:00 CDT 2010


On 26.04.2010 18:44, steve at borho.org wrote:
> # 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" />

This is an example of a change that requires a major upgrade of the
product (in WiX terms).

Since *all* our upgrades (and donwgrades) are major, we are fine here
(previous versions of the product are completely removed).

But I recommend to change the component's GUID in this case.

To increase your confusion, you might want to read (not needed):
http://msdn.microsoft.com/en-us/library/aa372795




More information about the Mercurial-devel mailing list