contrib/macosx/distribution.xml
author Augie Fackler <augie@google.com>
Tue, 12 Jul 2016 15:34:17 -0400
changeset 29517 f1fdd7e7d434
parent 29027 db5084d27df5
permissions -rw-r--r--
check-code: only treat a # as a line in a t-test if it has a space before it Prior to this, check-code wouldn't notice things like (glob) annotations or similar in a test if they were after a # anywhere in the line. This resolves a defect in a future change, and also exposed a couple of small spots that needed some attention.

<?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>