contrib/macosx/macosx-build.txt
author Simon Heimberg <simohe@besonet.ch>
Wed, 10 Oct 2012 21:55:49 +0200
changeset 18825 f0564402d059
parent 2575 7289d20b18cd
permissions -rw-r--r--
repo: repo isolation, do not pass on repo.ui for creating new repos A repo should not get the configuration from an other repo, so create it with the global configuration in repo.baseui. This is done too when recreating a repo. The repo configuration is reread anyway. And now deleted repo configuration does not persist.

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