[Python-Dev] [Python-checkins] hooks: Fix checkbranch hook

Éric Araujo merwok at netwok.org
Sat Feb 26 22:36:47 CET 2011


> +        if branch in ('trunk', 'legacy-trunk',
> +                      '2.0', '2.1', '2.2', '2.3', '2.4', '3.0'):

Wouldn’t using a whitelist instead of a blacklist protect against new
named branches too?


More information about the Python-Dev mailing list