Audio (343) Datatype (51) Demo (203) Development (593) Document (22) Driver (97) Emulation (146) Game (994) Graphics (494) Library (113) Network (230) Office (65) Utility (913) Video (69)
Total files: 4333
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
Hggit | Description: | Git Extension for Mercurial SCM | Download: | hggit.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 463kb | Version: | 0.2.6 | Date: | 09 Aug 2011 | Author: | Scott Chacon (os4 port Andy Broad) | Submitter: | Andy Broad | Email: | andy/broad ology org uk | Homepage: | http://hg-git.github.com/ | Requirements: | Mercurial, Python SSL Module | Category: | development/utility | Replaces: | development/utility/hggit.lha | License: | Other | Distribute: | yes | Min OS Version: | 4.0 | FileID: | 6547 | | | Comments: | 1 | Snapshots: | 0 | Videos: | 0 | Downloads: | 238 (Current version) | | 276 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
This is a build of the hg-git extension of mercurial for OS4
This distribution contains the required 'dulwich' python library.
Basically this adds git functionailty and interoperability to mercurial
for more info please see the documentation at
http://hg-git.github.com/
Installation:
To install simply run the top level install_hggit script from the shell
History:
--/08/2011: First amiga relaease
08/08/2011: Fixed issue with missing os.fsync method
Usage:
Before using you need to activate the extension in mercurial
to do this add the following to your .hgrc file
[extensions]
hgext.bookmarks =
hggit =
then to clone a git repository do something like
hg clone git://github.com/schacon/munger.git
note the git: protocol in the url which will likely be different from
the protocol sugested for use directly with git (often https: etc)
andy()broad.ology.org.uk
|