comparison contrib/wix/help.wxs @ 36451:1fa35ca345a5

internals: document bundle2 format It seems like a good idea to have thorough documentation of the bundle2 data format, including the format of each part and the capabilities. The added documentation is far from complete. For example, we don't fully capture the semantics of each capability and part. But a start is better than nothing, which was pretty much where we were before. Differential Revision: https://phab.mercurial-scm.org/D2298
author Gregory Szorc <gregory.szorc@gmail.com>
date Sat, 17 Feb 2018 11:19:52 -0700
parents b0262b25ab48
children 5fa4e29ba3e3
comparison
equal deleted inserted replaced
36450:d478c8cd89d1 36451:1fa35ca345a5
38 <File Name="urls.txt" /> 38 <File Name="urls.txt" />
39 </Component> 39 </Component>
40 40
41 <Directory Id="help.internaldir" Name="internals"> 41 <Directory Id="help.internaldir" Name="internals">
42 <Component Id="help.internals" Guid="$(var.help.internals.guid)" Win64='$(var.IsX64)'> 42 <Component Id="help.internals" Guid="$(var.help.internals.guid)" Win64='$(var.IsX64)'>
43 <File Id="internals.bundle2.txt" Name="bundle2.txt" />
43 <File Id="internals.bundles.txt" Name="bundles.txt" KeyPath="yes" /> 44 <File Id="internals.bundles.txt" Name="bundles.txt" KeyPath="yes" />
44 <File Id="internals.censor.txt" Name="censor.txt" /> 45 <File Id="internals.censor.txt" Name="censor.txt" />
45 <File Id="internals.changegroups.txt" Name="changegroups.txt" /> 46 <File Id="internals.changegroups.txt" Name="changegroups.txt" />
46 <File Id="internals.config.txt" Name="config.txt" /> 47 <File Id="internals.config.txt" Name="config.txt" />
47 <File Id="internals.requirements.txt" Name="requirements.txt" /> 48 <File Id="internals.requirements.txt" Name="requirements.txt" />