git p4: fix bug when enabling tag import/export via config variables
commit06dcd152a81ccff5464c34ed95306196763c9e65
authorLuke Diamand <luke@diamand.org>
Fri, 11 May 2012 06:25:18 +0000 (11 07:25 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 11 May 2012 21:21:39 +0000 (11 14:21 -0700)
tree81e87190801a6a1bdde5377b39e4fe37295757f1
parent05a3cec501e2a602ddb4333eec1e70219f0a8f53
git p4: fix bug when enabling tag import/export via config variables

Use Python's True, not true. Causes failure when enabling tag
import or export in "git p4" using a config option rather than
the command line.

Signed-off-by: Luke Diamand <luke@diamand.org>
Acked-by: Pete Wyckoff <pw@padd.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-p4.py