##// END OF EJS Templates
Clarified message when nothing to merge is seen....
Clarified message when nothing to merge is seen. Sometimes there's a non-tip head waiting to be merged, especially after pulling in remote changes while there were local modifications in the working directory which had to be committed before 'hg merge' can work.

File last commit:

r1686:dd508589 default
r2548:0229ff95 default
Show More
macosx-build.txt
11 lines | 266 B | text/plain | TextLexer
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