Lines 5-22
collaboration point for a team with developers using both Git and Mercurial.
Link Here
|
5 |
|
5 |
|
6 |
The Hg-Git plugin can convert commits / changesets losslessly from one system |
6 |
The Hg-Git plugin can convert commits / changesets losslessly from one system |
7 |
to another, so you can push via a Mercurial repository and another Mercurial |
7 |
to another, so you can push via a Mercurial repository and another Mercurial |
8 |
client can pull it and their changeset node ids will be identical - Mercurial |
8 |
client can pull it. In theory, the changeset IDs should not change, although |
9 |
data does not get lost in translation. |
9 |
this may not hold true for complex histories. |
10 |
|
10 |
|
11 |
This plugin is implemented entirely in Python - there are no Git binary |
11 |
This plugin is implemented entirely in Python - there are no Git binary |
12 |
dependencies, you do not need to have Git installed on your system. |
12 |
dependencies, you do not need to have Git installed on your system. |
13 |
|
13 |
|
14 |
*** WARNING: Do not use this software in data critical production environments, |
14 |
*** WARNING: Do not use this software in data critical production environments, |
15 |
only in safe test environments! This software is still BETA! |
15 |
only in safe test environments! This software is still BETA! *** |
16 |
|
16 |
|
17 |
It is basically feature complete and pretty stable now, but there could be |
17 |
The plugin is basically functional and usable now, but there are still some |
18 |
still some edge cases. The user interface could also still be changed. However, |
18 |
edge cases. However, there are several people using it effectively, so please |
19 |
there are now a lot of people using it effectively, so please test it yourself |
19 |
test it yourself and report encountered bugs upstream (see website). Thanks! |
20 |
and report encountered bugs upstream (see website). Thanks! *** |
|
|
21 |
|
20 |
|
22 |
WWW: http://hg-git.github.com/ |
21 |
WWW: http://hg-git.github.com/ |