diff options
Diffstat (limited to 'python/hg-git/README')
-rw-r--r-- | python/hg-git/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/python/hg-git/README b/python/hg-git/README new file mode 100644 index 0000000000..25e0145dfc --- /dev/null +++ b/python/hg-git/README @@ -0,0 +1,12 @@ +This is the Hg-Git plugin 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. + +Warning, this software is still beta. It is basically feature complete +and pretty stable now, but there are still some edge cases that aren't +handled well yet and it may be slow in some circumstances. The user +interface is also still subject to change. + +This requires dulwich. |