Info2: << Package: hg-fastimport-py%type_pkg[python] Version: 0.55 Revision: 2 Type: python (2.5 2.6 2.7) Description: Fastimport extension for mercurial DescDetail: << The "fast import" format originates with Git, where it is used as the generic backend for converting other SCM repositories to git. It's generic enough that it can be used to feed a Mercurial repository as well, and that's what this extension does: read a "fast import" stream and turn it into changesets in a Mercurial repository. The potential of this extension is that any foreign SCM that can be converted to Git can also be converted to Mercurial, regardless of the capabilities of Mercurial's own ConvertExtension. The catch is that the conversion is a little cumbersome: first convert to a fast-import dump, then feed that dump to Mercurial. Add 'hgfastimport=' to the [extensions] section of ~/.hgrc to enable. << DescPackaging: << Tarball made from changeset 55:a88f0dd05e92 at http://vc.gerg.ca/hg/hg-fastimport/ << Maintainer: Daniel Johnson License: GPL2 Homepage: http://mercurial.selenic.com/wiki/FastImportExtension Source: http://homepage.mac.com/danielj7/hg-fastimport-%v.tar.bz2 Source-MD5: 7c8141dc6dc5331a352c52a6da5648a7 SourceDirectory: hg-fastimport Depends: python%type_pkg[python], pyfastimport-py%type_pkg[python] (>= 0.747-2), mercurial-py%type_pkg[python] BuildDepends: fink (>= 0.24.12) PatchScript: perl -pi -e 's/from fastimport/from pyfastimport/' hgfastimport/*.py CompileScript: %p/bin/python%type_raw[python] -m compileall hgfastimport InstallScript: << mkdir -p %i/lib/python%type_raw[python]/site-packages cp -R hgfastimport %i/lib/python%type_raw[python]/site-packages << DocFiles: COPYING README.txt <<