contrib/macosx/macosx-build.txt
author Siddharth Agarwal <sid0@fb.com>
Fri, 28 Dec 2012 16:25:12 -0800
changeset 18172 e6c5e0092469
parent 2575 7289d20b18cd
permissions -rw-r--r--
cmdutil: make getgraphlogrevs limit-aware For a repository with over 400,000 changesets, this speeds up graphlog with a small limit by around 0.05 seconds (~50%).

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