bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v2] Rename vcs_to_changelog.py to use hyphens


From: Siddhesh Poyarekar
Subject: [PATCH v2] Rename vcs_to_changelog.py to use hyphens
Date: Mon, 18 May 2020 19:16:03 +0530

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.
---

Oops, forgot to update documentation, sorry.

Siddhesh

 build-aux/{vcs_to_changelog.py => vcs-to-changelog.py} | 0
 doc/vcs-to-changelog.texi                              | 2 +-
 modules/vcs-to-changelog                               | 2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename build-aux/{vcs_to_changelog.py => vcs-to-changelog.py} (100%)

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 a8207670d..683e9606d 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 <from_ref> <to_ref>
+build-aux/vcs-to-changelog.py <from_ref> <to_ref>
 @end example
 
 where @code{<from_ref>} and @code{<to_ref>} refer to the range of commits to
diff --git a/modules/vcs-to-changelog b/modules/vcs-to-changelog
index 81dababb7..8bba30f91 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.26.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]