view contrib/macosx/distribution.xml @ 37384:5c9d0af7b02e

py3: whitelist 13 new passing tests Some tests were passing before the series too. Differential Revision: https://phab.mercurial-scm.org/D3133
author Pulkit Goyal <7895pulkit@gmail.com>
date Thu, 05 Apr 2018 17:56:24 +0530
parents db5084d27df5
children
line wrap: on
line source

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