| 1 | | Patch, then run make, make install. |
| 2 | | Make install tries to put it into /usr/local, need to fix this still. |
| | 1 | Mercurial requires python. You can use the python 2.4.2 from BeBits, but you'll need to edit the ld_so_beos file to change -lnet to -lnetwork. |
| | 2 | You also need to edit the Makefile in mercurial's root, changing the PREFIX=/usr/local in line 1 to PREFIX=/boot/common, and also edit doc/Makefile, changing PREFIX=/usr/local to PREFIX=/boot/common in line 7 i think it was. |
| | 3 | Then Patch, run make all, then make install. |
| | 4 | Make tests, will run the hg tests. It appears that they failed, possibly related to using a BeOS python on haiku, or some things still need to be fixed up to make it pass the tests on haiku. |
| | 5 | Builds ok, but tests are inconclusive, so marking this as unstable for now. |
| | 6 | TODO: figure out why tests are failing and fix them. |
| | 7 | |
| | 8 | |