* pygnulib/GLImport.py (GLImport._update_ignorelist_): In dry-run mode,
say "Update", not "Updating".
2022-08-06 Bruno Haible <bruno@clisp.org>
+ gnulib-tool.py: Fix output in --dry-run mode.
+ * pygnulib/GLImport.py (GLImport._update_ignorelist_): In dry-run mode,
+ say "Update", not "Updating".
+
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
with codecs.open(srcpath, 'ab', 'UTF-8') as file:
file.write(destdata)
else: # if self.config['dryrun']
- print('Updating %s (backup in %s)' % (srcpath, backupname))
+ print('Update %s (backup in %s)' % (srcpath, backupname))
else: # if not isfile(srcpath)
if dirs_added:
if not self.config['dryrun']: