aboutsummaryrefslogtreecommitdiffstats
path: root/Perl
diff options
context:
space:
mode:
authorBas Zoetekouw <bas>2008-09-22 21:20:02 +0000
committerBas Zoetekouw <bas>2008-09-22 21:20:02 +0000
commit85967bd4ab8d1f138df87eec9131c91048f85f2a (patch)
treef2024c8441a32daa6720288212fea8b229da6d9b /Perl
parente32b2c3174489f6ac4477dfb8298837343ad2f51 (diff)
Rename vcs_log_info() to vcs_get_log().
CVS version numbers Perl/Local/VCS_CVS.pm: 1.4 -> 1.5
Diffstat (limited to 'Perl')
-rw-r--r--Perl/Local/VCS_CVS.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/Perl/Local/VCS_CVS.pm b/Perl/Local/VCS_CVS.pm
index 6e49e3c69d6..14f6b7ec016 100644
--- a/Perl/Local/VCS_CVS.pm
+++ b/Perl/Local/VCS_CVS.pm
@@ -56,7 +56,7 @@ BEGIN {
&vcs_cmp_rev &vcs_count_changes
&vcs_get_topdir
&vcs_path_info &vcs_file_info
- &vcs_log_info
+ &vcs_get_log
);
our %EXPORT_TAGS = ( 'all' => [@EXPORT_OK] );
}
@@ -275,7 +275,7 @@ sub vcs_file_info
return %{ $info{$basename} };
}
-=item vcs_log_info
+=item vcs_get_log
Return the log info about a specified file
@@ -285,11 +285,11 @@ of the log entries
Example use:
- my @log_entries = vcs_log_info( 'foo.wml' );
+ my @log_entries = vcs_get_log( 'foo.wml' );
=cut
-sub vcs_log_info
+sub vcs_get_log
{
my $file = shift or return;
my $rev1 = shift || '0';

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