summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorStelian Pop <stelian@popies.net>2007-01-12 21:57:03 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-02-05 21:52:45 (GMT)
commit98d47d4ccf76725e7833c1bbda1da82f7648925f (patch)
treeb742caceae6c42aa96066c671bbc819f47f92eed /Documentation
parent3fb624521e059c6c3caef470a9ff03f72b86036c (diff)
downloadgit-98d47d4ccf76725e7833c1bbda1da82f7648925f.zip
git-98d47d4ccf76725e7833c1bbda1da82f7648925f.tar.gz
git-98d47d4ccf76725e7833c1bbda1da82f7648925f.tar.bz2
Add hg-to-git conversion utility.
hg-to-git.py is able to convert a Mercurial repository into a git one, and preserves the branches in the process (unlike tailor) hg-to-git.py can probably be greatly improved (it's a rather crude combination of shell and python) but it does already work quite well for me. Features: - supports incremental conversion (for keeping a git repo in sync with a hg one) - supports hg branches - converts hg tags Signed-off-by: Stelian Pop <stelian@popies.net> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-tools.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/git-tools.txt b/Documentation/git-tools.txt
index 6b407f9..10653ff 100644
--- a/Documentation/git-tools.txt
+++ b/Documentation/git-tools.txt
@@ -86,6 +86,14 @@ Foreign SCM interface
series in git back and forth.
+ - *hg-to-git* (contrib/)
+
+ hg-to-git converts a Mercurial repository into a git one, and
+ preserves the full branch history in the process. hg-to-git can
+ also be used in an incremental way to keep the git repository
+ in sync with the master Mercurial repository.
+
+
Others
------