From f21ba2e351fee0a2090d7aeac28aecde67afd103 Mon Sep 17 00:00:00 2001 From: Laura Arjona Reina Date: Tue, 7 Nov 2017 10:23:14 +0000 Subject: Add "# FIXME: this needs to be "translated" into git and hashes" comment line in the functions that need conversion into git logic CVS version numbers Perl/Local/VCS_git.pm: 1.4 -> 1.5 --- Perl/Local/VCS_git.pm | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'Perl') diff --git a/Perl/Local/VCS_git.pm b/Perl/Local/VCS_git.pm index 71ce6c92db2..3b35bded30f 100644 --- a/Perl/Local/VCS_git.pm +++ b/Perl/Local/VCS_git.pm @@ -83,6 +83,9 @@ Takes two revision strings as arguments, and returns 1 if the first one is largest, -1 if the second one is largest, 0 if they are equal + +FIXME: this needs to be "translated" into git and hashes + =cut sub vcs_cmp_rev { @@ -125,6 +128,8 @@ Example use: my $num1 = svn_count_changes( 'foo.c', 'r42', 'r70' ); my $num2 = svn_count_changes( 'foo.c', 'r42', 'HEAD' ); + +FIXME: this needs to be "translated" into git and hashes =cut @@ -293,6 +298,8 @@ of the log entries Example use: my @log_entries = vcs_get_log( 'foo.wml' ); + +FIXME: this needs to be "translated" into git and hashes =cut @@ -365,6 +372,9 @@ Example use: my %diffs = vcs_get_diff( 'foo.wml', '1.4', '1.17' ); my %diffs = vcs_get_diff( 'bla.wml', '1.8' ); my %diffs = vcs_get_diff( 'bas.wml' ); + + +FIXME: this needs to be "translated" into git and hashes =cut @@ -419,6 +429,7 @@ sub vcs_get_diff # returns the respository +# FIXME: this needs to be "translated" into git and hashes sub _get_repository { open( my $fd, '<', 'CVS/Repository' ) @@ -444,6 +455,8 @@ Example use: my $text = vcs_get_file( 'foo.c', '1.12' ); +# FIXME: this needs to be "translated" into git and hashes + =cut sub vcs_get_file -- cgit v1.2.3