use instance checkout_mode instead of global config value
commitb1e4aa229b3aea154f8c9c0b945d440f3809fc04
authorFrederic Peters <fpeters@0d.be>
Fri, 1 May 2009 09:22:56 +0000 (1 11:22 +0200)
committerFrederic Peters <fpeters@0d.be>
Fri, 1 May 2009 09:22:56 +0000 (1 11:22 +0200)
tree8d57acce4601b522337c622a935c5c323cc21d5f
parent012e34375effcca9eb8701a7292e01cc892622be
use instance checkout_mode instead of global config value

It is possible to override checkout_mode for individual modules
in .jhbuildrc so the global configuration value should not be
used in get_checkoudir().
jhbuild/versioncontrol/__init__.py