Audio (333) Datatype (50) Demo (199) Development (576) Document (21) Driver (96) Emulation (146) Game (947) Graphics (487) Library (108) Network (224) Office (61) Utility (879) Video (65)
Total files: 4192
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
Mercurial | | Description: | Mercurial Version Control System | | Download: | mercurial.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | | Size: | 4Mb | | Version: | 1.9 | | Date: | 25 Aug 2011 | | Author: | Matt Mackall etc al (ported by Andy Broad) | | Submitter: | Andy Broad | | Email: | andy/broad ology org uk | | Homepage: | http://mercurial.selenic.com/ | | Requirements: | Python SSL Module | | Category: | driver/utility | | Replaces: | driver/utility/mercurial.lha | | License: | GPL | | Distribute: | yes | | Min OS Version: | 4.1 | | FileID: | 6583 | | | | | Comments: | 2 | | Snapshots: | 0 | | Videos: | 0 | | Downloads: | 218 (Current version) | | 327 (Accumulated) | | Votes: | 0 (0/0) (30 days/7 days) | |
This is a quick port of the mercurial version control system to AmigaOS4.x
It's based on the source to Mercurial-1.9
It's not exhaustively tested but does seem to be working.
Certainly I was able to clone an online directory via https
Changes:
27/07/2011: First amiga release/
31/07/2011: Fixed problem with renameing lock files
01/08/2011: Put configs files in ENV:hg/
08/08/2011: fixed missing symbol htonl error
25/08/2011: fixed overwritten fix to path joining!
Requirements:
Python SSL Module
(which in turn depends on libopenssl)
SDK to build
Installation:
Unpack archive and
cd to top directory mercurial-1.9
from shell do
python setup.py install
then do
protect python:scripts/hg +s
then try
hg
for a list of commands etc
If you wish to customise the config then create an edit the file ENVARC:hg/.hgrc
See documentation for more details or do
hg help config
you may need to do something like
getenv hg/.hgrc to force ENV: to load the hg directory (first time only) or
reboot.
andy()broad.ology.org.uk
|