# HG changeset patch # User Greg Ward # Date 1241538136 14400 # Node ID 233040cea97ae3b11a090356fd28b04db765f3c0 # Parent 08e2157aaa9ad9ba4c8b797a604bf44fe3c52c90 Update README.txt to reflect new dependency on pyfastimport. diff -r 08e2157aaa9a -r 233040cea97a README.txt --- 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 -----