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
| |