aboutsummaryrefslogtreecommitdiffstats
path: root/Perl
diff options
context:
space:
mode:
authorLaura Arjona Reina <larjona>2017-11-07 12:19:49 +0000
committerLaura Arjona Reina <larjona>2017-11-07 12:19:49 +0000
commitbdedb4c60397cfb754e29c43da622cbe01230cd0 (patch)
treee19b3ac156b5a5e56ec06f85f76f677a8534462a /Perl
parent82ce38fb20f9e7a05de11108a5f2062a0d6202e6 (diff)
Remove references to Subversion in comments
CVS version numbers Perl/Local/VCS_git.pm: 1.7 -> 1.8
Diffstat (limited to 'Perl')
-rw-r--r--Perl/Local/VCS_git.pm6
1 files changed, 3 insertions, 3 deletions
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

© 2014-2024 Faster IT GmbH | imprint | privacy policy