Wiki
mercurial / Home
Welcome
You'll find here a fork of Mercurial to bring support of MorphOS platform to Mercurial.
This version works with a Python 2.7.x or better, but not on 3.x.
On MorphOS you can find a working version here: MorphOS-CPython using 2.7 branch.
Installation
From binaries
Warnings: you need a full Python 2.7.x or better installed.
- unpack files somewhere (into RAM: for example)
- open a new shell, Cd inside root of sources and type: python setup.py install
From sources
Warnings: you need a full MorphOS SDK and Python SDK installed and working as Mercurial contains some C modules.
- download wanted sources (use commits from morphos branch only)
- unpack files somewhere (into RAM: for example)
- open a new shell, Cd inside root of sources and type: python setup.py install
Updated