contrib/macosx/macosx-build.txt
author Yuya Nishihara <yuya@tcha.org>
Sun, 13 Mar 2016 23:27:27 +0900
changeset 28566 34f798bec3dc
parent 2575 7289d20b18cd
permissions -rw-r--r--
tests: add test for "log -r wdir() -p" (issue4871) The issue has been fixed by 93bcc73df8d5, "cmdutil.changeset_printer: pass context into showpatch()". This patch adds test to prevent future regression.

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