aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-11-02 10:59:22 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-11-02 10:59:22 +0000
commite11a8ad07415d5e98029026fc0b3514f27462986 (patch)
treed276e47b640ee0150bc8da2e1713e74b086a6006 /devel/Makefile
parent12eaa77c7beb9a9382d2ef8c1d25f896eb9bc6af (diff)
downloadports-e11a8ad07415d5e98029026fc0b3514f27462986.tar.gz
ports-e11a8ad07415d5e98029026fc0b3514f27462986.zip
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>
Notes
Notes: svn path=/head/; revision=243652
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 85f36cb38c50..9e1d96b01b0f 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -500,6 +500,7 @@
SUBDIR += happydoc
SUBDIR += hapy
SUBDIR += hcs12mem
+ SUBDIR += hg-git
SUBDIR += hgsvn
SUBDIR += hgview
SUBDIR += highlighterkit