From 19e3bce44f042e274892cbee4936afc5f0fabc86 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Mon, 18 May 2020 19:16:03 +0530 Subject: [PATCH] vcs-to-changelog: Rename vcs_to_changelog.py to use hyphens. This was needed earlier because modules had to import the main script, but that is no longer true. Rename the script so that it is consistent with all other scripts in gnulib and uses hyphens. * build-aux/vcs_to_changelog.py: Rename to... * build-aux/vcs-to-changelog.py: ... this. * doc/vcs-to-changelog.texi (VCS To ChangeLog): Update reference. * modules/vcs-to-changelog: Likewise. --- ChangeLog | 11 +++++++++++ .../{vcs_to_changelog.py => vcs-to-changelog.py} | 0 doc/vcs-to-changelog.texi | 2 +- modules/vcs-to-changelog | 2 +- 4 files changed, 13 insertions(+), 2 deletions(-) rename build-aux/{vcs_to_changelog.py => vcs-to-changelog.py} (100%) diff --git a/ChangeLog b/ChangeLog index 9551d9934d..7f80c7e8c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2020-05-18 Siddhesh Poyarekar + + vcs-to-changelog: Rename vcs_to_changelog.py to use hyphens. + This was needed earlier because modules had to import the main script, + but that is no longer true. Rename the script so that it is + consistent with all other scripts in gnulib and uses hyphens. + * build-aux/vcs_to_changelog.py: Rename to... + * build-aux/vcs-to-changelog.py: ... this. + * doc/vcs-to-changelog.texi (VCS To ChangeLog): Update reference. + * modules/vcs-to-changelog: Likewise. + 2020-05-17 Bruno Haible Clarify intended usage of the license file modules. diff --git a/build-aux/vcs_to_changelog.py b/build-aux/vcs-to-changelog.py similarity index 100% rename from build-aux/vcs_to_changelog.py rename to build-aux/vcs-to-changelog.py diff --git a/doc/vcs-to-changelog.texi b/doc/vcs-to-changelog.texi index a8207670d6..683e9606db 100644 --- a/doc/vcs-to-changelog.texi +++ b/doc/vcs-to-changelog.texi @@ -17,7 +17,7 @@ similar to the GNU ChangeLog format from metadata of source control software such as git. Here's an example of using @samp{vcs-to-changelog}: @example -build-aux/vcs_to_changelog.py +build-aux/vcs-to-changelog.py @end example where @code{} and @code{} refer to the range of commits to diff --git a/modules/vcs-to-changelog b/modules/vcs-to-changelog index 81dababb70..8bba30f91a 100644 --- a/modules/vcs-to-changelog +++ b/modules/vcs-to-changelog @@ -2,7 +2,7 @@ Description: Convert git log to ChangeLog Files: -build-aux/vcs_to_changelog.py +build-aux/vcs-to-changelog.py build-aux/vcstocl/frontend_c.py build-aux/vcstocl/misc_util.py build-aux/vcstocl/vcs_git.py -- 2.39.5