summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@gotplt.org>2020-05-18 19:16:03 +0530
committerBruno Haible <bruno@clisp.org>2020-05-18 18:55:33 +0200
commit19e3bce44f042e274892cbee4936afc5f0fabc86 (patch)
tree6150ce09ddc00dcb9d683d1212c5f197fae6f893
parent88fc5afbccc959d0be70e4561a212dd18258aa8e (diff)
downloadgnulib-19e3bce44f042e274892cbee4936afc5f0fabc86.tar.gz
gnulib-19e3bce44f042e274892cbee4936afc5f0fabc86.tar.bz2
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.
-rw-r--r--ChangeLog11
-rwxr-xr-xbuild-aux/vcs-to-changelog.py (renamed from build-aux/vcs_to_changelog.py)0
-rw-r--r--doc/vcs-to-changelog.texi2
-rw-r--r--modules/vcs-to-changelog2
4 files changed, 13 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9551d9934d..7f80c7e8c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2020-05-18 Siddhesh Poyarekar <siddhesh@gotplt.org>
+
+ 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 <bruno@clisp.org>
Clarify intended usage of the license file modules.
diff --git a/build-aux/vcs_to_changelog.py b/build-aux/vcs-to-changelog.py
index bf4bc7cf64..bf4bc7cf64 100755
--- a/build-aux/vcs_to_changelog.py
+++ b/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 <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 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

Return to:

Send suggestions and report system problems to the System administrator.