# HG changeset patch # User Paul Crowley # Date 1216209724 -3600 # Node ID 955d9de4fb007d7148842e4fc1b27998258909e2 # Parent 0185a9b236eb54636f65cfe332cf2d1a275af01f whoops, I wrote Mercurial where I meant Bazaar. diff -r 0185a9b236eb -r 955d9de4fb00 README --- a/README Wed Jul 16 12:48:02 2008 +0100 +++ b/README Wed Jul 16 13:02:04 2008 +0100 @@ -21,14 +21,14 @@ http://repo.or.cz/w/darcs2git.git As well as the original "git-fast-import" program which imports these -files into Git, a reader that imports them into Mercurial has been +files into Git, a reader that imports them into Bazaar has been written http://bazaar-vcs.org/BzrFastImport -With the addition of this tool, "git-fast-import" is becoming a -"lingua franca" for the exchange of repository histories between -revision control tools. +with this tool adds Mercurial import support, "git-fast-import" is +becoming a "lingua franca" for the exchange of repository histories +between revision control tools. This tool draws heavily on the work done for BzrFastImport, and so is covered by the GPL.