We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e519c3e commit ec94934Copy full SHA for ec94934
book/09-git-and-other-scms/sections/import-hg.asc
@@ -1,7 +1,7 @@
1
==== Mercurial
2
3
(((Mercurial)))(((Importing, from Mercurial)))
4
-因为 Mercurial 与 Git 在表示版本时有着非常相似的模型,但是因为 Git 更灵活一点,将一个仓库从 Mercurial 转换到 Git 是相当直接的,使用一个叫作“hg-fast-export”的工具,需要从这里拷贝一份:
+因为 Mercurial 与 Git 在表示版本时有着非常相似的模型,也因为 Git 拥有更加强大的灵活性,将一个仓库从 Mercurial 转换到 Git 是相当直接的,使用一个叫作“hg-fast-export”的工具,需要从这里拷贝一份:
5
6
[source,console]
7
----
0 commit comments