# HG changeset patch # User Jelmer Vernooij # Date 1320962534 -3600 # Node ID a1558739bd5e010efde1a6a5cee906aded22e93a # Parent a88f0dd05e92c894d1e142e7fc8e212701763ac6 Update README to reference lp:python-fastimport rather than Greg's pyfastimport. diff -r a88f0dd05e92 -r a1558739bd5e README.txt --- a/README.txt Wed Nov 10 21:31:23 2010 -0500 +++ b/README.txt Thu Nov 10 23:02:14 2011 +0100 @@ -27,26 +27,22 @@ hg-fastimport requires Mercurial 1.3. -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 +hg-fastimport depends on the python-fastimport library (which was extracted +from bzr-fastimport). python-fastimport lives on launchpad.net at -Alternately, I maintain a Mercurial mirror of pyfastimport, so you can -just use Mercurial to get the code: + https://code.launchpad.net/python-fastimport - hg clone http://vc.gerg.ca/hg/pyfastimport/ - -To make the 'fastimport' package provided by pyfastimport available -to hg-fastimport, you need to add the pyfastimport directory to +To make the 'fastimport' package provided by python-fastimport available +to hg-fastimport, you need to add the python-fastimport directory to PYTHONPATH, e.g. PYTHONPATH=$HOME/src/pyfastimport -(Yes, this should get simpler in future: right now, both pyfastimport -and hg-fastimport are under active development, so things are a bit -messy. Bear with me.) +It should also be possible to install python-fastimport from cheeshop: + $ easy_install install python-fastimport + +And most Linux distributions have it packaged. USAGE -----