view contrib/git-viz/git-cat-file @ 7163:1be530a3180e

Fix util.popen2 for Python 2.3 1. trigger ImportError early, so fallbacks are activated 2. util.popen2 replaces previous usage of os.popen2, not popen2.popen2
author Thomas Arendsen Hein <thomas@intevation.de>
date Sun, 19 Oct 2008 12:13:25 +0200
parents d8abb687d501
children
line wrap: on
line source

#!/bin/sh

op=`basename $0 | sed -e 's/^git-//'`
exec hgit $op "$@"