contrib/macosx/macosx-build.txt
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
Sat, 30 Apr 2016 18:41:08 +0200
branchstable
changeset 29043 cf7de4aeb86b
parent 2575 7289d20b18cd
permissions -rw-r--r--
destutil: add the ability to specify a search space for rebase destination In the 'hg pull --rebase', we don't want to pick a rebase destination unrelated to the pull, we lay down basic infrastructure to allow such restriction on stable (before 3.8 release) in this case. See issue 5214 for details. Actual usage and test will be in the next patch.

to build a new macosx binary package:

install macpython from http://www.python.org/download/mac

install py2app from http://pythonmac.org/packages/

make sure /usr/local/bin is in your path

run bdist_mpkg in top-level hg directory

find packaged stuff in dist directory