Audio (343) Datatype (51) Demo (203) Development (593) Document (22) Driver (97) Emulation (146) Game (993) Graphics (494) Library (113) Network (230) Office (65) Utility (913) Video (69)
Total files: 4332
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: | 237 (Current version) | | 346 (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
|