Date: Mon, 2 Nov 2009 10:59:22 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/hg-git Makefile distinfo pkg-descr pkg-message Message-ID: <200911021059.nA2AxMBl026329@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
miwi 2009-11-02 10:59:22 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/hg-git Makefile distinfo pkg-descr pkg-message
Log:
The Hg-Git plugin is an extension for Mercurial, adding the ability to push to
and pull from a Git server repository from Mercurial. This means you can
collaborate on Git based projects from Mercurial, or use a Git server as a
collaboration point for a team with developers using both Git and Mercurial.
The Hg-Git plugin can convert commits / changesets losslessly from one system
to another, so you can push via a Mercurial repository and another Mercurial
client can pull it and their changeset node ids will be identical - Mercurial
data does not get lost in translation.
This plugin is implemented entirely in Python - there are no Git binary
dependencies, you do not need to have Git installed on your system.
WWW: http://hg-git.github.com/
PR: ports/140025
Submitted by: Marco Broeder <marco.broeder at gmx.eu>
Revision Changes Path
1.3678 +1 -0 ports/devel/Makefile
1.1 +29 -0 ports/devel/hg-git/Makefile (new)
1.1 +3 -0 ports/devel/hg-git/distinfo (new)
1.1 +14 -0 ports/devel/hg-git/pkg-descr (new)
1.1 +15 -0 ports/devel/hg-git/pkg-message (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911021059.nA2AxMBl026329>
