Mercurial > hg > hg-fastimport
comparison README.txt @ 61:a1558739bd5e
Update README to reference lp:python-fastimport rather than Greg's pyfastimport.
| author | Jelmer Vernooij <jelmer@samba.org> |
|---|---|
| date | Thu, 10 Nov 2011 23:02:14 +0100 |
| parents | d3ae32b7f282 |
| children | 280eb5061a5e |
comparison
equal
deleted
inserted
replaced
| 55:a88f0dd05e92 | 61:a1558739bd5e |
|---|---|
| 25 DEPENDENCIES | 25 DEPENDENCIES |
| 26 ------------ | 26 ------------ |
| 27 | 27 |
| 28 hg-fastimport requires Mercurial 1.3. | 28 hg-fastimport requires Mercurial 1.3. |
| 29 | 29 |
| 30 hg-fastimport depends on the pyfastimport library (which was extracted | 30 hg-fastimport depends on the python-fastimport library (which was extracted |
| 31 from bzr-fastimport). pyfastimport lives on launchpad.net at | 31 from bzr-fastimport). python-fastimport lives on launchpad.net at |
| 32 | 32 |
| 33 https://code.launchpad.net/~gward/bzr-fastimport/reusable | 33 https://code.launchpad.net/python-fastimport |
| 34 | 34 |
| 35 Alternately, I maintain a Mercurial mirror of pyfastimport, so you can | 35 To make the 'fastimport' package provided by python-fastimport available |
| 36 just use Mercurial to get the code: | 36 to hg-fastimport, you need to add the python-fastimport directory to |
| 37 | |
| 38 hg clone http://vc.gerg.ca/hg/pyfastimport/ | |
| 39 | |
| 40 To make the 'fastimport' package provided by pyfastimport available | |
| 41 to hg-fastimport, you need to add the pyfastimport directory to | |
| 42 PYTHONPATH, e.g. | 37 PYTHONPATH, e.g. |
| 43 | 38 |
| 44 PYTHONPATH=$HOME/src/pyfastimport | 39 PYTHONPATH=$HOME/src/pyfastimport |
| 45 | 40 |
| 46 (Yes, this should get simpler in future: right now, both pyfastimport | 41 It should also be possible to install python-fastimport from cheeshop: |
| 47 and hg-fastimport are under active development, so things are a bit | |
| 48 messy. Bear with me.) | |
| 49 | 42 |
| 43 $ easy_install install python-fastimport | |
| 44 | |
| 45 And most Linux distributions have it packaged. | |
| 50 | 46 |
| 51 USAGE | 47 USAGE |
| 52 ----- | 48 ----- |
| 53 | 49 |
| 54 To use hg-fastimport, add a line like | 50 To use hg-fastimport, add a line like |
