contrib/macosx/macosx-build.txt
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Mon, 03 Apr 2006 14:56:00 +0200
changeset 2041 077a2da7f1de
parent 1686 dd5085897010
child 2575 7289d20b18cd
permissions -rw-r--r--
bash_completion: completion for commands provided by extensions Make the bash_completion function call _hg_cmd_$cmd to generate completion candidates for $cmd if that function exists. Add basic completion functions for: - mq: - qpop - qpush - qdelete - qsave - qcommit - strip - hbisect: - bisect - patchbomb: - email - gpg: - sign

to build a new macosx binary package:

install macpython from http://undefined.org/python/

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