[PATCH] wix: add map-commandline.bisect

Steve Borho steve at borho.org
Tue Jan 3 02:53:57 UTC 2012


# HG changeset patch
# User Steve Borho <steve at borho.org>
# Date 1325559136 21600
# Branch stable
# Node ID 53f83b8a99d8247c07938cee7e63e3a158513a71
# Parent  6344043924497cd06d781d9014c66802285072e4
wix: add map-commandline.bisect

diff -r 634404392449 -r 53f83b8a99d8 contrib/wix/guids.wxi
--- a/contrib/wix/guids.wxi	Sun Jan 01 13:37:30 2012 -0600
+++ b/contrib/wix/guids.wxi	Mon Jan 02 20:52:16 2012 -0600
@@ -24,7 +24,7 @@
   <?define i18nFolder.guid = {EADFA693-A0B5-4f31-87C9-3997CFAC1B42} ?>
 
   <!-- templates.wxs -->
-  <?define templates.root.guid = {111509CB-4C96-4035-80BC-F66A99CD5ACB} ?>
+  <?define templates.root.guid = {8DF97574-33E9-412F-8414-65B48BB18783} ?>
   <?define templates.atom.guid = {AB5D2908-BC95-44BE-9D79-069EF43D93E2} ?>
   <?define templates.coal.guid = {B63CCAAB-4EAF-43b4-901E-4BD13F5B78FC} ?>
   <?define templates.gitweb.guid = {6A33D168-F84E-45AA-912C-23CAC2D66BCA} ?>
diff -r 634404392449 -r 53f83b8a99d8 contrib/wix/templates.wxs
--- a/contrib/wix/templates.wxs	Sun Jan 01 13:37:30 2012 -0600
+++ b/contrib/wix/templates.wxs	Mon Jan 02 20:52:16 2012 -0600
@@ -31,6 +31,7 @@
           <File Name="map-cmdline.changelog" KeyPath="yes" />
           <File Name="map-cmdline.compact" />
           <File Name="map-cmdline.default" />
+          <File Name="map-cmdline.bisect" />
           <File Name="map-cmdline.xml" />
           <File Name="template-vars.txt" />
         </Component>



More information about the Mercurial-devel mailing list