contrib/macosx/macosx-build.txt
author Bryan O'Sullivan <bryano@fb.com>
Tue, 16 Apr 2013 10:08:19 -0700
changeset 18987 3605d4e7e618
parent 2575 7289d20b18cd
permissions -rw-r--r--
revlog: choose a consistent ancestor when there's a tie Previously, we chose a rev based on numeric ordering, which could cause "the same merge" in topologically identical but numerically different repos to choose different merge bases. We now choose the lexically least node; this is stable across different revlog orderings.

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