Update of /cvsroot/lxr/lxr/lib/LXR/Files
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25773/lib/LXR/Files
Modified Files:
CVS.pm
Log Message:
that was weird. proper commit this time.
Index: CVS.pm
===================================================================
RCS file: /cvsroot/lxr/lxr/lib/LXR/Files/CVS.pm,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- CVS.pm 20 Jul 2004 18:02:00 -0000 1.27
+++ CVS.pm 20 Jul 2004 18:17:39 -0000 1.28
@@ -133,7 +133,9 @@
}
}
+ if (@anno) {
map { $anno[$_] = $lrev if $_ ne ''; } @head;
+ }
# print(STDERR "** Anno: ".scalar(@anno).join("\n", '', @anno, ''));
return @anno;
|