* bzrlib/config.py: (Config.__init__, IniBasedConfig.__init__): Moved to be the first defined method in the class, we do that everywhere else, it's really misleading otherwise.
(Config.get_user_option_as_bool): Mimic get_user_option but returns either a bool or None.