From bdedb4c60397cfb754e29c43da622cbe01230cd0 Mon Sep 17 00:00:00 2001 From: Laura Arjona Reina Date: Tue, 7 Nov 2017 12:19:49 +0000 Subject: Remove references to Subversion in comments CVS version numbers Perl/Local/VCS_git.pm: 1.7 -> 1.8 --- Perl/Local/VCS_git.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Perl') diff --git a/Perl/Local/VCS_git.pm b/Perl/Local/VCS_git.pm index 6197041b610..af4ec9300f3 100644 --- a/Perl/Local/VCS_git.pm +++ b/Perl/Local/VCS_git.pm @@ -126,8 +126,8 @@ The second and third argument specify the revision range Example use: - my $num1 = svn_count_changes( 'foo.c', 'r42', 'r70' ); - my $num2 = svn_count_changes( 'foo.c', 'r42', 'HEAD' ); + my $num1 = vcs_count_changes( 'foo.c', 'r42', 'r70' ); + my $num2 = vcs_count_changes( 'foo.c', 'r42', 'HEAD' ); FIXME: converted into git and hashes, needs review and test @@ -175,7 +175,7 @@ The first argument is a name of a file or directory, and subsequent arguments form a hash of named options (see below). The function returns a hash, which for each filename contains -Subversion status information: +git status information: 'type' => type of the file ('d' directory, 'f' regular file, etc) 'cmt_rev' => revision in which latest change was made to this file -- cgit v1.2.3