contrib/macosx/distribution.xml
author Durham Goode <durham@fb.com>
Thu, 10 Nov 2016 02:21:15 -0800
changeset 30362 3c6893ba2d36
parent 29027 db5084d27df5
permissions -rw-r--r--
merge: change modified indicator to be 20 bytes Previously we indicated that the .hgsubstate file was dirty by adding a '+' to the end of its hash in the wctx manifest. This made is complicated to have new manifest implementations that rely on the node length being fixed. In previous patches we added added and modified node placeholders, so let's use those to indicate dirty here as well. It doesn't look like anything ever depended on this '+' (aside from it being different to the parent), so nothing else needed to change here.

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<installer-gui-script minSpecVersion="1">
  <title>Mercurial SCM</title>
  <organization>org.mercurial-scm</organization>
  <options customize="never" require-scripts="false" rootVolumeOnly="true" />
  <welcome file="Welcome.html" mime-type="text/html" />
  <license file="../../COPYING" mime-type="text/plain" />
  <readme file="Readme.html" mime-type="text/html" />
  <pkg-ref id="org.mercurial-scm.mercurial"
           version="0"
           auth="root"
           onConclusion="none">mercurial.pkg</pkg-ref>
  <choices-outline>
    <line choice="org.mercurial-scm.mercurial"/>
  </choices-outline>
  <choice id="org.mercurial-scm.mercurial" visible="false">
    <pkg-ref id="org.mercurial-scm.mercurial"/>
  </choice>
</installer-gui-script>