diff options
Diffstat (limited to 'devel/hg-git/pkg-descr')
-rw-r--r-- | devel/hg-git/pkg-descr | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/hg-git/pkg-descr b/devel/hg-git/pkg-descr new file mode 100644 index 000000000000..f2b9587d0bc4 --- /dev/null +++ b/devel/hg-git/pkg-descr @@ -0,0 +1,14 @@ +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/ |