From 9812027a9afa87b12eb3b7e3c28600e6eff7ca98 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 6 Aug 2022 23:01:36 +0200 Subject: gnulib-tool.py: Finish implementing options --vc-files, --no-vc-files. * gnulib-tool.py (main): Accept options --vc-files, --no-vc-files. * pygnulib/GLImport.py (GLImport.__init__): Correct parsing of gl_VC_FILES directive. (GLImport.gnulib_cache): Don't treat the value False like None. (GLImport.execute): Skip the .gitignore file manipulations if vc_files is False. --- gnulib-tool.py.TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnulib-tool.py.TODO') diff --git a/gnulib-tool.py.TODO b/gnulib-tool.py.TODO index c37fcbeebf..53915662b8 100644 --- a/gnulib-tool.py.TODO +++ b/gnulib-tool.py.TODO @@ -29,14 +29,14 @@ Implement the options: --gnu-make --tests-makefile-name --automake-subdir - --vc-files - --no-vc-files -h | --hardlink --local-hardlink -S | --more-symlinks -H | --more-hardlinks --help (same output) +Remove exit() in GLImport.py. + -------------------------------------------------------------------------------- commit 76c7703cb2e9e0e803d1296618d8ab9e86e13d6c -- cgit v1.2.1