changeset 35:233040cea97a

Update README.txt to reflect new dependency on pyfastimport.
author Greg Ward <greg-hg@gerg.ca>
date Tue, 05 May 2009 11:42:16 -0400
parents 08e2157aaa9a
children 0e4e40caea58
files README.txt
diffstat 1 files changed, 20 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/README.txt	Tue May 05 11:28:53 2009 -0400
+++ b/README.txt	Tue May 05 11:42:16 2009 -0400
@@ -23,6 +23,26 @@
 repository histories between revision control tools.
 
 
+DEPENDENCIES
+------------
+
+hg-fastimport depends on the pyfastimport library (which was extracted
+from bzr-fastimport).  pyfastimport lives on launchpad.net at
+
+  https://code.launchpad.net/~gward/bzr-fastimport/reusable
+
+If you have Bazaar on your local machine, you can get the code with
+
+  bzr branch lp:~gward/bzr-fastimport/reusable pyfastimport
+
+(If you know how to get a tarball out of launchpad.net, please let me
+know.  I don't see how to get the pyfastimport code without Bazaar.)
+
+Then make pyfastimport/fastimport available to hg-fastimport, e.g.
+
+  ln -s ../pyfastimport/fastimport .
+
+
 USAGE
 -----