Info2: << Package: hgforest-py%type_pkg[python] Version: 102 Revision: 1 Type: python (2.5 2.6 2.7) Description: Operations on trees with nested hg repos DescDetail: << This extension provides commands that apply to a composite tree called a forest. Some commands simply wrap standard Mercurial commands, such as 'clone' or 'status', and others involve a snapshot file. Add 'forest=' to the [extensions] section of ~/.hgrc to enable. << Maintainer: Daniel Johnson License: GPL #Homepage: http://bitbucket.org/pmezard/hgforest-crew/overview Homepage: http://bitbucket.org/gxti/hgforest/overview #Source: http://bitbucket.org/gxti/hgforest/get/11f39395838e.bz2 Source: http://homepage.mac.com/danielj7/hgforest-11f39395838e.tar.bz2 Source-MD5: ca21c57ae0f103e1956befbf67343daf SourceDirectory: hgforest Depends: python%type_pkg[python], mercurial-py%type_pkg[python] BuildDepends: fink (>= 0.24.12) CompileScript: %p/bin/python%type_raw[python] -m compileall -l . InstallScript: << install -d %i/lib/python%type_raw[python]/site-packages install -m 0644 forest.{py,pyc} %i/lib/python%type_raw[python]/site-packages << <<