Info2: << Package: git-remote-githg-py%type_pkg[python] Version: 1.8.4 Revision: 1 Type: python (2.6 2.7) Description: Access hg repos as git remotes DescDetail: << This is the git-remote-hg helper from git. It's renamed to git-remote-githg to avoid conflicting with the git-remote-hg package. This one requires only git and hg, not hg-git-py. << DescUsage: << Clone a mercurial repo with: git clone githg::/path/to/mercurial/repo/ and then use normal git commands to interact with it. If you want to switch to hg-git compatibility mode: git config --global remote-hg.hg-git-compat true git: Sensible defaults for git. hg bookmarks are exported as git branches, hg branches are prefixed with 'branches/', HEAD is a special case. hg: Emulate hg-git. Only hg bookmarks are exported as git branches. Commits are modified to preserve hg information and allow bidirectionality. << Maintainer: Daniel Johnson License: GPL Homepage: http://git-scm.com/ Source: http://git-core.googlecode.com/files/git-%v.tar.gz Source-MD5: 355768a1c70d0cb4fedf4b598ac1375b Depends: << git (>= %v), mercurial-py%type_pkg[python], python%type_pkg[python] << BuildDepends: fink (>= 0.24.12) CompileScript: << perl -pi -e 's|/usr/bin/env python|%p/bin/python%type_raw[python]|' contrib/remote-helpers/git-remote-hg << InstallScript: << mkdir -p %i/bin mv contrib/remote-helpers/git-remote-hg %i/bin/git-remote-githg-py%type_pkg[python] << PostInstScript: << update-alternatives --install %p/bin/git-remote-githg git-remote-githg %p/bin/git-remote-githg-py%type_pkg[python] %type_pkg[python] << PreRmScript: << if [ $1 != "upgrade" ]; then update-alternatives --remove git-remote-githg %p/bin/git-remote-githg-py%type_pkg[python] fi << DocFiles: COPYING README <<