Mercurial > hg
annotate contrib/packaging/macosx/distribution.xml @ 43945:f98f0e3ddaa1
rust-index: add a function to convert PyObject index for hg-core
Function in hg-core need something implementing the `Graph` trait. Right now,
the `hg-cpython` entry points directly turn the PyObject passed as argument
into a `cindex::Index`. However, if we start having the option to use an Index
in Rust, we need to dispatch between the different possible PyObject we could
receive.
So move the "duplicate" call into a unified function. When time come. It will be
easy to update the logic of all interface when the time come.
Differential Revision: https://phab.mercurial-scm.org/D7653
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Fri, 13 Dec 2019 19:59:59 +0100 |
parents | e5d2248dcc39 |
children |
rev | line source |
---|---|
29027
db5084d27df5
osx: create a modern package including manpages
Kevin Bullock <kbullock+mercurial@ringworld.org>
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="utf-8" standalone="no"?> |
db5084d27df5
osx: create a modern package including manpages
Kevin Bullock <kbullock+mercurial@ringworld.org>
parents:
diff
changeset
|
2 <installer-gui-script minSpecVersion="1"> |
db5084d27df5
osx: create a modern package including manpages
Kevin Bullock <kbullock+mercurial@ringworld.org>
parents:
diff
changeset
|
3 <title>Mercurial SCM</title> |
db5084d27df5
osx: create a modern package including manpages
Kevin Bullock <kbullock+mercurial@ringworld.org>
parents:
diff
changeset
|
4 <organization>org.mercurial-scm</organization> |
db5084d27df5
osx: create a modern package including manpages
Kevin Bullock <kbullock+mercurial@ringworld.org>
parents:
diff
changeset
|
5 <options customize="never" require-scripts="false" rootVolumeOnly="true" /> |
db5084d27df5
osx: create a modern package including manpages
Kevin Bullock <kbullock+mercurial@ringworld.org>
parents:
diff
changeset
|
6 <welcome file="Welcome.html" mime-type="text/html" /> |
38012
e5d2248dcc39
packaging: move contrib/macosx to contrib/packaging/
Gregory Szorc <gregory.szorc@gmail.com>
parents:
29027
diff
changeset
|
7 <license file="../../../COPYING" mime-type="text/plain" /> |
29027
db5084d27df5
osx: create a modern package including manpages
Kevin Bullock <kbullock+mercurial@ringworld.org>
parents:
diff
changeset
|
8 <readme file="Readme.html" mime-type="text/html" /> |
db5084d27df5
osx: create a modern package including manpages
Kevin Bullock <kbullock+mercurial@ringworld.org>
parents:
diff
changeset
|
9 <pkg-ref id="org.mercurial-scm.mercurial" |
db5084d27df5
osx: create a modern package including manpages
Kevin Bullock <kbullock+mercurial@ringworld.org>
parents:
diff
changeset
|
10 version="0" |
db5084d27df5
osx: create a modern package including manpages
Kevin Bullock <kbullock+mercurial@ringworld.org>
parents:
diff
changeset
|
11 auth="root" |
db5084d27df5
osx: create a modern package including manpages
Kevin Bullock <kbullock+mercurial@ringworld.org>
parents:
diff
changeset
|
12 onConclusion="none">mercurial.pkg</pkg-ref> |
db5084d27df5
osx: create a modern package including manpages
Kevin Bullock <kbullock+mercurial@ringworld.org>
parents:
diff
changeset
|
13 <choices-outline> |
db5084d27df5
osx: create a modern package including manpages
Kevin Bullock <kbullock+mercurial@ringworld.org>
parents:
diff
changeset
|
14 <line choice="org.mercurial-scm.mercurial"/> |
db5084d27df5
osx: create a modern package including manpages
Kevin Bullock <kbullock+mercurial@ringworld.org>
parents:
diff
changeset
|
15 </choices-outline> |
db5084d27df5
osx: create a modern package including manpages
Kevin Bullock <kbullock+mercurial@ringworld.org>
parents:
diff
changeset
|
16 <choice id="org.mercurial-scm.mercurial" visible="false"> |
db5084d27df5
osx: create a modern package including manpages
Kevin Bullock <kbullock+mercurial@ringworld.org>
parents:
diff
changeset
|
17 <pkg-ref id="org.mercurial-scm.mercurial"/> |
db5084d27df5
osx: create a modern package including manpages
Kevin Bullock <kbullock+mercurial@ringworld.org>
parents:
diff
changeset
|
18 </choice> |
db5084d27df5
osx: create a modern package including manpages
Kevin Bullock <kbullock+mercurial@ringworld.org>
parents:
diff
changeset
|
19 </installer-gui-script> |