Skip to content

Commit 8ce6944

Browse files
committed
import-hg: Update location for hg-fast-export
The canonical location for the hg-fast-export tool has been on gihub since 2011.
1 parent c87e21a commit 8ce6944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/09-git-and-other-scms/sections/import-hg.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Since Mercurial and Git have fairly similar models for representing versions, an
55

66
[source,console]
77
----
8-
$ git clone http://repo.or.cz/r/fast-export.git /tmp/fast-export
8+
$ git clone https://github.com/frej/fast-export.git
99
----
1010

1111
The first step in the conversion is to get a full clone of the Mercurial repository you want to convert:

0 commit comments

Comments
 (0)