Hi Collin, > This patch handles some issues with --vc-files/--no--vc-files. > gnulib-tool.py would always print this in the actioncmd message at the > top of files. The proper behavior would be to check if vc_files == > None before treating it as a bool.
But this part of your patch is a no-op, since >>> None == True False >>> None == False False No? The second part of the patch looks OK. Bruno